购买详情报告
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| aaaId | String | 必须 | 123 | 3a id | |
| countryCode | String | 必须 | US | 国家码 | |
| aliId | String | 必须 | 1234 | 阿里侧id |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| responseCode | String | OK | xxx |
| responseMessage | String | success | xxx |
| success | String | true | xxx |
| data | String | 123 | 数据 |
{"aliId":"1234","countryCode":"US","aaaId":"123"}
{
"responseCode":"OK",
"responseMessage":"success",
"success":"true",
"data":"123"
}
{"success":"不等于true","responseMessage":"Illegal request","responseCode":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|