steam饰品类目详情查询
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| id | Number | 必须 | 0 |
|
饰品类目ID |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| bizErrorData | String | xx | 错误数据 |
| data | Data | 业务数据 | |
|
|||
| bizErrorMsg | String | xxx | 错误描述 |
| success | Boolean | true | 调用结果 |
| bizErrorCodeStr | String | xxx | 错误码描述 |
| bizErrorCode | Number | 0 | 错误码 |
{"id":0}
{
"bizErrorData":"xx",
"data":{
"saleCount":0,
"paintType":1,
"itemInfo":{
"rarityName":"受限",
"exteriorColor":"#ffffff",
"exteriorName":"崭新出厂",
"qualityName":"StatTrakTM",
"exterior":"WearCategory0",
"typeName":"步枪",
"rarityColor":"#8847FF",
"qualityColor":"#cccccc",
"type":"csgo_type_rifle",
"quality":"strange",
"rarity":"rarity_mythical_weapon"
},
"haveWear":1,
"itemId":"123",
"containGradient":0,
"price":"10.2",
"appId":"0",
"imageUrl":"https:\/\/img.zbt.com\/e\/steam\/item\/730\/U291dmVuaXIgUFAtQml6b24gfCBBbm9saXMgKEZp ZWxkLVRlc3RlZCk=.png",
"name":"PP-野牛(纪念品) | 安乐蜥 (久经沙场)",
"categoryList":[
{
"itemId":"123",
"saleCount":5,
"minPrice":"15.3",
"tag":"略有磨损"
}
],
"relatedList":[
{
"itemId":"123",
"saleCount":5,
"minPrice":"15.3",
"tag":"略有磨损"
}
],
"shortName":"短名",
"haveSticker":1
},
"bizErrorMsg":"xxx",
"success":true,
"bizErrorCodeStr":"xxx",
"bizErrorCode":0
}
{"bizErrorMsg":"Illegal request","success":"不等于true","bizErrorCode":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|