C5GAME-伙伴平台
    C5GAME-伙伴平台
    • OAuth2 授权流程介绍
    • 用户接口
      • 接口说明
      • 用户信息
        • 用户基础信息
        • 用户手机号
        • 用户资产信息
        • 查询用户steam信息
        • 读取 steam 库存
      • 用户订单
        • 购买订单查询
        • 出售订单查询
        • 订单发货
      • 商品管理
        • 在售列表
        • 上架
        • 在售改价
        • 商品下架
    • 合作伙伴接口
      • 接口说明
      • 获取商品价格
    • 数据模型
      • OrderDeliverAO
      • SimpleUserInfoVO
      • Object
      • WebApiRes«SimpleUserInfoVO»
      • MobileInfoVO
      • WebApiRes«MobileInfoVO»
      • ItemTagInfoVO
      • UserAssetVO
      • ItemAssetGemVO
      • WebApiRes«UserAssetVO»
      • ItemAssetStickerVO
      • 0
      • ItemAssetClassInfoStyleVO
      • Map«SteamInfoVO»
      • ItemAssetBundleVO
      • WebApiRes«Map«SteamInfoVO»»
      • ItemAssetInfoVO
      • OrderAssetVO
      • OperationVO
      • SuccessRentAssetVO
      • OrderUserInfoVO
      • OrderSteamInfoVO
      • RentCreateResultVO
      • BuyerOrderVO
      • WebApiRes«RentCreateResultVO»
      • PageList«BuyerOrderVO»
      • ActivityTagVO
      • RentSaleAsset
      • WebApiRes«PageList«BuyerOrderVO»»
      • TradeInventoryItem
      • SellParamAO
      • OrderSearchAO
      • TradeInventoryResponseDTO
      • OrderRelationVO
      • WebApiRes«TradeInventoryResponseDTO»
      • OrderConfirmInfoVO
      • SellerOrderVO
      • PageList«SellerOrderVO»
      • WebApiRes«PageList«SellerOrderVO»»
      • OpenSaleAssetVO
      • PageList«OpenSaleAssetVO»
      • WebApiRes«PageList«OpenSaleAssetVO»»
      • FailedRentAssetVO
      • FailedRentItemVO
      • SellPriceCheckVO
      • RentAffectedResultVO
      • WebApiRes«RentAffectedResultVO»
      • ModifyUpdateAsset
      • ModifyPriceAO
      • OffSaleResponseDTO
      • WebApiRes«OffSaleResponseDTO»
      • OffSaleAO
      • OrderDeliverVO

    FailedRentItemVO

    com.xingchao.steam.trade.center.api.vo.product.rent.FailedRentItemVO

    {
        "reason": "string",
        "dataList": [
            {
                "appId": 0,
                "itemId": 0,
                "name": "string",
                "shortName": "string",
                "imageUrl": "string",
                "marketHashName": "string",
                "itemInfo": {
                    "quality": "string",
                    "qualityName": "string",
                    "qualityColor": "string",
                    "rarity": "string",
                    "rarityName": "string",
                    "rarityColor": "string",
                    "type": "string",
                    "typeName": "string",
                    "slot": "string",
                    "slotName": "string",
                    "hero": "string",
                    "heroName": "string",
                    "heroAvatar": "string",
                    "exterior": "string",
                    "exteriorName": "string",
                    "exteriorColor": "string",
                    "weapon": "string",
                    "weaponName": "string",
                    "itemSet": "string",
                    "itemSetName": "string",
                    "stickerCapsule": "string",
                    "stickerCapsuleName": "string",
                    "patchCapsule": "string",
                    "patchCapsuleName": "string",
                    "customPlayer": "string",
                    "customPlayerName": "string",
                    "category": "string",
                    "categoryName": "string",
                    "item": "string",
                    "itemName": "string"
                },
                "assetInfo": {
                    "fraudwarning": "string",
                    "classInfoId": 0,
                    "classId": 0,
                    "instanceId": 0,
                    "assetId": 0,
                    "styleId": 0,
                    "lastStyle": "string",
                    "styleProgress": "string",
                    "wear": 0,
                    "paintIndex": 0,
                    "paintSeed": 0,
                    "levelName": "string",
                    "levelColor": "string",
                    "gradient": 0,
                    "fadeColor": "string",
                    "inspectImageUrl": "string",
                    "gems": [
                        {
                            "id": 0,
                            "itemId": 0,
                            "type": "string",
                            "gemType": "string",
                            "gemEnType": "string",
                            "name": "string",
                            "enName": "string",
                            "border": "string",
                            "image": "string",
                            "value": 0
                        }
                    ],
                    "stickers": [
                        {
                            "id": 0,
                            "type": 0,
                            "stickerId": 0,
                            "itemId": 0,
                            "name": "string",
                            "enName": "string",
                            "image": "string",
                            "slot": 0,
                            "wear": 0,
                            "price": 0
                        }
                    ],
                    "styles": [
                        {
                            "styleId": 0,
                            "styleName": "string",
                            "styleEnName": "string",
                            "color": "string",
                            "locked": true
                        }
                    ],
                    "itemSets": [
                        {
                            "name": "string",
                            "hashName": "string",
                            "itemId": 0,
                            "price": 0,
                            "isItemSet": 0,
                            "imageUrl": "string"
                        }
                    ],
                    "ext": "string"
                },
                "delivery": 0,
                "id": 0,
                "productSellId": 0,
                "token": "string",
                "price": 0
            }
        ]
    }
    Built with