{
"store_list": [
{
"store_id": "string",
"name": "string",
"province": "string",
"city": "string",
"address": "string",
"mobile": "string"
}
]
}
curl --location --request POST 'https://open.weibanzhushou.com/open-api/contact_way/store/batch_update?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"store_list": [
{
"store_id": "string",
"name": "string",
"province": "string",
"city": "string",
"address": "string",
"mobile": "string"
}
]
}'
{
"data": {
"err_list": [
{
"err": [
"省份数据不正确"
],
"err_store_id": "63882"
}
]
},
"status_code": 200,
"status_message": "ok",
"success": true
}