检查当前客户通用户在小满crm中的状态
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
seller_id | Number | 必须 | 123 | ICUB账号(主账号或子账号)注册时产生的表主键Id | |
store_id | Number | 必须 | 123 | ICUB公司表的Id,用来标识一个公司 | |
ali_cgs | String | 必须 | 123 | 对应global_customer表中的gid | |
credit_code | String | 可选 | 公司信用编码 | 公司信用编码 | |
store_name | String | 必须 | name | 公司名称 | |
type | Number | 可选 | 1 |
|
1cgs,2ggs |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | Data | 数据对象 | |
|
|||
success | Boolean | true | 是否成功 |
error_desc | String | success | 错误描述 |
now | String | 2022-04-11 16:33:40 | 时间 |
resp_code | Number | 0 | 响应编码 |
{"store_id":123,"ali_cgs":"123","credit_code":"公司信用编码","store_name":"name","type":1,"seller_id":123}
{ "data":{ "user_access_flag":1, "store_access_flag":1, "expire":1000, "show_flag":1, "ali_auth_url":"http:xxx", "url":"http:xxxx", "edm_current_count":0, "ai_flag":1, "version":1, "user_id":"xxx", "email":"xxx" }, "success":true, "error_desc":"success", "now":"2022-04-11 16:33:40", "resp_code":0 }
{"success":"false","error_desc":"Illegal request","resp_code":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|