用于获取商家店铺在小满绑定授权的信息及联系的买家在小满系统的身份。
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
seller_account_id | Number | 必须 | 111 | 商家阿里账号ID | |
buyer_account_id | Number | 必须 | 222 | 买家阿里账号ID | |
app_version | Number | 必须 | 107500 | 阿里卖家APP版本号 | |
terminal_type | String | 必须 | seller_app_ios | 阿里卖家APP终端类型 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
error_desc | String | success | 错误信息 |
success | Boolean | true | 是否成功 |
resp_code | String | 0 | 响应编码(0成功) |
now | String | 2023-08-21 16:33:40 | 接口请求时间 |
data | Data | 结果数据 | |
|
{"terminal_type":"seller_app_ios","app_version":107500,"buyer_account_id":222,"seller_account_id":111}
{ "error_desc":"success", "success":true, "resp_code":"0", "now":"2023-08-21 16:33:40", "data":{ "card_type_name":"私海客户", "card_type":1, "show_flag":true, "xiaoman_assistant_url":"https:\/\/assistant.feature.dev.xiaoman.cn\/assistant_subapp\/" } }
{"success":"false","error_desc":"Illegal request","resp_code":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|---|---|
isp.http-read-timeout |