交易猫steam类目商品详情
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 | 
|---|---|---|---|---|---|
| sellId | Number | 必须 | 111111 | 在售ID | 
| 名称 | 类型 | 示例值 | 描述 | 
|---|---|---|---|
| data | Data | Business data | |
                                    
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  | 
                |||
| success | Boolean | true | Is request successful | 
| bizErrorCode | Number | 0 | Error code | 
| bizErrorData | String | xxx | Error data,when errorCode is not equals to 0,maybe this property will have a value | 
| bizErrorMsg | String | xxx | Error message | 
{"sellId":111111}
                                {
    "data":{
        "delivery":0,
        "inspectImageThumb":"xxx",
        "paintType":0,
        "itemInfo":{
            "itemSetName":"xxx",
            "rarityName":"xxx",
            "exteriorColor":"xxx",
            "patchCapsule":"xxx",
            "exterior":"xxx",
            "typeName":"xxx",
            "rarityColor":"xxx",
            "qualityColor":"xxx",
            "weaponName":"xxx",
            "type":"xxx",
            "itemSet":"xxx",
            "customPlayerName":"xxx",
            "quality":"xxx",
            "weapon":"xxx",
            "exteriorName":"xxx",
            "qualityName":"xxx",
            "stickerCapsuleName":"xxx",
            "customPlayer":"xxx",
            "patchCapsuleName":"xxx",
            "stickerCapsule":"xxx",
            "rarity":"xxx"
        },
        "saleStatus":0,
        "systemTime":0,
        "token":"xxx",
        "itemId":0,
        "tradableTime":0,
        "inspect3dUrl":"xxx",
        "marketShortName":"xxx",
        "price":"0",
        "appId":0,
        "imageUrl":"xxx",
        "name":"xxx",
        "tradable":0,
        "inspectViewable":0,
        "marketHashName":"xxx",
        "shortName":"xxx",
        "assetInfo":{
            "ext":"xxx",
            "paintSeed":0,
            "fadeColor":"xxx",
            "gradient":0,
            "inspectImageUrl":"xxx",
            "wear":"0",
            "levelName":"xxx",
            "fraudwarning":"xxx",
            "classId":0,
            "instanceId":0,
            "levelColor":"xxx",
            "assetId":0,
            "paintIndex":0,
            "styleId":0,
            "stickers":[
                {
                        "itemId":"0",
                        "price":"0",
                        "imageUrl":"xxx",
                        "name":"xxx",
                        "wear":"0",
                        "id":"0",
                        "slot":0,
                        "type":0,
                        "stickerId":0
                }
            ]
        },
        "inspectImage":"xxx",
        "originalPrice":"0",
        "subsidyPrice":"1.0",
        "subsidy":{
            "subsidyTag":{
                "tag":"千万补贴",
                "tagId":"CONSUME_SUBSIDY"
            },
            "subsidyAmount":"100",
            "maxThreshold":"100",
            "eligibility":1
        },
        "sellerId":"1",
        "inspectFrontUrl":"12",
        "inspectBackUrl":"12"
    },
    "success":true,
    "bizErrorCode":0,
    "bizErrorData":"xxx",
    "bizErrorMsg":"xxx"
}
                                {"bizErrorMsg":"Illegal request","success":"不等于true","bizErrorCode":"sign-check-failure"}
                                | 错误码 | 错误描述 | 解决方案 | 
|---|