获取C5首页饰品筛选条件
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| appId | Number | 必须 | 730 |
|
游戏Id |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| bizErrorData | String | xx | 错误数据 |
| data | Data [] | 业务数据 | |
|
|||
| bizErrorMsg | String | xxx | 错误描述 |
| success | Boolean | true | 调用结果 |
| bizErrorCodeStr | String | xxx | 错误码描述 |
| bizErrorCode | Number | 0 | 错误码 |
{"appId":730}
{
"bizErrorData":"xx",
"data":[
{
"name":"类型",
"alias":"Type",
"searchKey":"type",
"list":[
{
"imageUrl":"https:\/\/cdn.zbt.net\/images\/csgo\/weapon-case.png",
"name":"类型",
"alias":"Type",
"list":[
{
"color":"#EB4B4B",
"imageUrl":"https:\/\/cdn.zbt.net\/images\/csgo\/weapon-case.png",
"name":"隐秘",
"alias":"Covert",
"key":"Rarity_Ancient_Weapon"
}
],
"key":"Type",
"color":"#EB4B4B"
}
],
"key":"Type"
}
],
"bizErrorMsg":"xxx",
"success":true,
"bizErrorCodeStr":"xxx",
"bizErrorCode":0
}
{"bizErrorMsg":"Illegal request","success":"不等于true","bizErrorCode":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|