{
"requestId": "string",
"extendMap": {
"key": {}
},
"outPointShopId": "string",
"pointShopId": 0,
"pointCode": "string",
"name": "string",
"status": 0,
"address": {
"provinceName": "string",
"cityName": "string",
"countyName": "string",
"address": "string",
"lng": 0,
"lat": 0
},
"mobile": "string",
"businessTimes": [
{
"weekdays": [
"string"
],
"businessHours": [
{
"openTime": "string",
"closeTime": "string"
}
]
}
],
"needVerifyCode": true,
"images": [
"string"
]
}curl --location -g --request POST 'https:///open/gateway/PickupPointReverseUpdateRest/v1' \
--header 'app-id;' \
--header 'ts;' \
--header 'sign-type;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"extendMap": {
"key": {}
},
"outPointShopId": "string",
"pointShopId": 0,
"pointCode": "string",
"name": "string",
"status": 0,
"address": {
"provinceName": "string",
"cityName": "string",
"countyName": "string",
"address": "string",
"lng": 0,
"lat": 0
},
"mobile": "string",
"businessTimes": [
{
"weekdays": [
"string"
],
"businessHours": [
{
"openTime": "string",
"closeTime": "string"
}
]
}
],
"needVerifyCode": true,
"images": [
"string"
]
}'{
"success": false,
"code": 0,
"message": "",
"requestId": "",
"data": false
}