批量更新门店
POST
/open-api/contact_way/store/batch_update批量更新门店
调用此接口需购买营销席位。
请求参数
Body 参数application/json
store_list
array [object {6}]
必需
store_id
string
门店id
name
string
必需
门店名字(不能带空格,不能带符号)
province
string
必需
省(带省后缀, 如:湖北省)
city
string
必需
城市(带市后缀, 如:武汉市)
address
string
门店详细地址
mobile
string
店主手机
示例
{
"store_list": [
{
"store_id": "string",
"name": "string",
"province": "string",
"city": "string",
"address": "string",
"mobile": "string"
}
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
data
object
必需
err_list
array [object {2}]
必需
status_code
string
必需
status_message
string
必需
success
string
必需
示例
{
"data": {
"err_list": [
{
"err": [
"省份数据不正确"
],
"err_store_id": "63882"
}
]
},
"status_code": 200,
"status_message": "ok",
"success": true
}
最后修改时间: 9 个月前