文档中心 > API类目 > 交易猫API

qimen.alibaba.jiaoyimao.steam.item.filter (饰品筛选条件)

获取C5首页饰品筛选条件

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
appId Number 必须 730
  • 默认值:730
  • 游戏Id

    响应参数

    名称 类型 示例值 描述
    bizErrorData String xx 错误数据
    data Data [] 业务数据
    • └ name
    • String
    • 类型
    • 名称
    • └ alias
    • String
    • Type
    • 别名
    • └ searchKey
    • String
    • type
    • 搜索使用的键
    • list
    • DataList []
    • 业务数据列表
    • └ imageUrl
    • String
    • https://cdn.zbt.net/images/csgo/weapon-case.png
    • 图片
    • └ name
    • String
    • 类型
    • 名称
    • └ alias
    • String
    • Type
    • 别名
    • list
    • DataValueList []
    • 业务下级数据列表
    • └ color
    • String
    • #EB4B4B
    • 颜色
    • └ imageUrl
    • String
    • https://cdn.zbt.net/images/csgo/weapon-case.png
    • 图片
    • └ name
    • String
    • 隐秘
    • 名称
    • └ alias
    • String
    • Covert
    • 别名
    • └ key
    • String
    • Rarity_Ancient_Weapon
    • 属性标识
    • └ key
    • String
    • Type
    • 属性标识
    • └ color
    • String
    • #EB4B4B
    • 颜色
    • └ key
    • String
    • Type
    • 属性标识
    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"}

    错误码解释

    错误码 错误描述 解决方案

    API工具

    FAQ

    返回
    顶部