获取C5首页饰品推荐热搜词
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| appId | Number | 必须 | 730 |
|
游戏ID |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| bizErrorData | String | xx | 错误数据 |
| data | Data [] | 业务数据 | |
|
|||
| bizErrorMsg | String | xx | 错误描述 |
| success | Boolean | true | 调用结果 |
| bizErrorCodeStr | String | xx | 错误码描述 |
| bizErrorCode | Number | 0 | 错误码 |
{"appId":730}
{
"bizErrorData":"xx",
"data":[
{
"word":"刀"
}
],
"bizErrorMsg":"xx",
"success":true,
"bizErrorCodeStr":"xx",
"bizErrorCode":0
}
{"bizErrorMsg":"Illegal request","success":"不等于true","bizErrorCode":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|