{ "id": 132, "cityCode":110000 }
curl --location --request POST 'https://test-openapi.7dingdong.com/api/v1/region/detail' \ --header 'appKey;' \ --header 'token;' \ --header 'nonce;' \ --header 'timestamp;' \ --header 'signature;' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 132, "cityCode":110000 }'
{ "status": 200, "msg": "请求成功", "requestId": "5966af46-3902-11ef-9de0-08002763b2f5", "content": { "id": 132, "parentId": 0, "name": "北京市", "level": 1, "cityCode": 110000, "parentIds": "0" } }