获取小满智能背调配置
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
company_id | Number | 必须 | 111 | 店铺id | |
account_id | Number | 必须 | 111 | 用户id | |
customer_id | String | 可选 | 1111 | globalId | |
company_name | String | 可选 | xxxx | 公司名 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | Data | 数据 | |
|
|||
error_desc | String | success | 错误描述 |
success | Boolean | true | 是否成功 |
now | String | 2023-08-21 16:33:40 | 时间 |
resp_code | String | 0 | 响应码 |
{"account_id":111,"company_id":111,"company_name":"xxxx","customer_id":"1111"}
{ "data":{ "user_sum":10, "daily_sum":100, "show_flag":1, "status":0, "xm_flag":1 }, "error_desc":"success", "success":true, "now":"2023-08-21 16:33:40", "resp_code":"0" }
{"success":"false","error_desc":"Illegal request","resp_code":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|