OKKI shops行业报告或新签报告查询
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| crm_user_id | String | 必须 | ytest001 | CRM用户ID | |
| page_size | Number | 必须 | 10 |
|
每页条数 |
| page_num | Number | 必须 | 1 |
|
当前页号 |
| report_type | String | 必须 | SHOPS_INDUSTRY | 报告类型,SHOPS_INDUSTRY-Shops行业报告,SHOPS_RENEW-Shops续签报告 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| success | Boolean | true | 是否成功 |
| resp_code | String | 0 | 0表示请求成功,-1表示失败 |
| error_desc | String | system_error | 错误描述 |
| total | Number | 100 | 结果总条数 |
| page_size | Number | 10 | 每页条数 |
| page_num | Number | 1 | 当前页号 |
| shops_reports | ShopsReoprts [] | 当前页报告列表 | |
|
{"page_num":1,"report_type":"SHOPS_INDUSTRY","crm_user_id":"ytest001","page_size":10}
{
"success":true,
"resp_code":"0",
"error_desc":"system_error",
"total":100,
"page_size":10,
"page_num":1,
"shops_reports":[
{
"crm_user_id":"ytest001",
"global_id":"4551674150",
"company_name":"测试cn1564799885qccj公司",
"update_time":"2025-06-25 19:45:25",
"status":"SUCCESS",
"report_detail_url":"https:\/\/alibaba.xxreoprt\/get",
"report_export_url":"https:\/\/alibaba.xxreoprt\/get",
"report_type":"SHOPS_INDUSTRY",
"id":"1"
}
]
}
{"success":"不等于true","error_desc":"Illegal request","resp_code":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|