基本概要信息索引查询
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
aaaId | String | 可选 | 1233 | 3a id | |
companyName | String | 可选 | US | 国家名 | |
countryCode | String | 可选 | 123 | 国家码 | |
currentPage | String | 可选 | 1 | 当前页 | |
pageSize | String | 可选 | 10 | 页面条数 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
responseCode | String | OK | xxx |
responseMessage | String | success | xxx |
success | String | true | xxx |
data | String | xx | 数据 |
totalPage | String | 10 | 总页数 |
{"countryCode":"123","companyName":"US","aaaId":"1233","pageSize":"10","currentPage":"1"}
{ "responseCode":"OK", "responseMessage":"success", "success":"true", "data":"xx", "totalPage":"10" }
{"success":"不等于true","responseMessage":"Illegal request","responseCode":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|