感谢您的反馈!
三方店铺id关联口碑店铺id后,通知商户店铺关联信息
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| seller_id | String | 必须 | 2200827900015 | 服务商sellerId | |
| third_store_id | String | 必须 | 23434 | 服务商门店id | |
| alsc_store_id | String | 可选 | 260803488 | 本地生活门店id,匹配失败时返回空 | |
| sync_time_stamp | Number | 必须 | 1650423696948 | 时间戳 | |
| request_id | String | 必须 | 78923749234 | 请求id | |
| category_id | String | 可选 | 2015050700000000 | 类目id | |
| biz_error_msg | String | 可选 | 匹配失败,经纬度匹配失败 | 匹配失败时,返回可能的错误原因 | |
| alsc_store_sign | Boolean | 可选 | false | 匹配的门店是否是本地生活签约门店 | |
| pre_alsc_store_id | String | 可选 | 260803488 | 门店上一次匹配的门店id,如果本次匹配失败,该id有值,则该id的匹配生效中 | |
| alsc_store_commercialization | Boolean | 可选 | false | 匹配的门店是否是本地生活商业化门店 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| success | Boolean | true | 请求成功标识true成功,false失败 |
| model | Data | 结果数据 | |
|
|||
| error_code | String | SYSTEM_ERROR | 错误码 |
| error_msg | String | 系统异常 | 错误信息 |
{"alsc_store_commercialization":false,"biz_error_msg":"匹配失败,经纬度匹配失败","alsc_store_id":"260803488","category_id":"2015050700000000","alsc_store_sign":false,"third_store_id":"23434","pre_alsc_store_id":"260803488","sync_time_stamp":0,"request_id":"78923749234","seller_id":"2200827900015"}
{
"success":true,
"model":{
"biz_msg":"成功",
"biz_success":true
},
"error_code":"SYSTEM_ERROR",
"error_msg":"系统异常"
}
{"error_msg":"Illegal request","success":"false","error_code":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|---|---|
| response-body-parse-error | ||
| isp.http-connection-timeout |