{
"store_list": [
{
"name": "string",
"province": "string",
"city": "string",
"address": "string",
"mobile": "string",
"clerk_staff_phone_list": [
"string"
]
}
]
}
curl --location --request POST 'https://open.weibanzhushou.com/open-api/contact_way/store/batch_add?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"store_list": [
{
"name": "string",
"province": "string",
"city": "string",
"address": "string",
"mobile": "string",
"clerk_staff_phone_list": [
"string"
]
}
]
}'
{
"data": {
"err_list": [
{
"err": [
"门店信息已存在"
],
"rows": "1"
},
{
"err": [
"门店信息已存在"
],
"rows": "2"
}
]
},
"status_code": 200,
"status_message": "ok",
"success": true
}