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

qimen.alibaba.jiaoyimao.steam.steamid.get (获取影子用户绑定的SteamId)

获取影子用户绑定的SteamId

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
appId Number 必须 0
  • 默认值:0
  • 游戏id
    channelUserId String 必须 0
  • 默认值:0
  • 渠道用户id(影子 query true string id)

    响应参数

    名称 类型 示例值 描述
    data Data [] Data
    • └ avatar
    • String
    • https://avatars.steamstatic.com/fef49e7fa7e1997310d705b2a6158ff8dc1cdfeb_full.jpg
    • steam头像
    • └ autoRepairable
    • Number
    • 1
    • 是否可一键修复
    • └ roleType
    • Number
    • 0
    • steam类型:1:人工;2:机器人
    • └ steamUrlToken
    • String
    • xxxxx
    • steam 交易链接
    • └ steamId
    • String
    • 7656119
    • steamId
    • └ accountStatus
    • Number
    • 1
    • 账号状态:1:正常;2:暂挂;3:库存未 公开、处于家庭监护、交易链接未填写或失 效、APIkey未填写或失效、游戏Vac(目前 只有CSGO)、账号不可交易
    • └ checkStatus
    • Number
    • 0
    • 检测状态:1:正在检测中;0: 已检测
    • └ repairable
    • Number
    • 1
    • 是否可修复
    • └ tradableTime
    • Number
    • 0
    • 可交易时间(暂挂到期时间)
    • └ statusText
    • String
    • sss
    • 状态对应的文案
    • └ nickname
    • String
    • 2719
    • steam昵称
    • └ invalidCount
    • Number
    • 0
    • 异常检测项数量
    • └ fixedCount
    • Number
    • 1
    • 修复项数量
    • metrics
    • Metrics []
    • Metrics
    • └ redirect
    • String
    • http://xxx
    • 跳转地址
    • └ actionText
    • String
    • sss
    • 操作文本
    • └ unlimitedTime
    • String
    • 123
    • 可交易时间
    • └ autoRepairable
    • Number
    • 0
    • 是否可一键修复
    • └ actionType
    • Number
    • 0
    • 操作类型
    • └ repairable
    • Number
    • 0
    • 是否可修复
    • └ appIds
    • String []
    • 游戏ID列表
    • └ healthStatus
    • Number
    • 1
    • 检测项是否正常:1:正常;0:异常
    • └ unlimitedTimestamp
    • Number
    • 0
    • 可交易时间(秒数)
    • └ statusText
    • String
    • xxx
    • 检测项状态对应的文案
    • └ name
    • String
    • steamLocked
    • 检测项标识
    • └ action
    • Number
    • 0
    • 操作
    • └ status
    • Number
    • 0
    • 检测项状态
    • └ status
    • Number
    • 1
    • 健康状态:1:正常;0: 不正常
    bizErrorMsg String 请求成功 Error message
    success Boolean true Is request successful
    bizErrorCode Number 0 Error code

    请求示例

    {"channelUserId":"0","appId":0}

    响应示例

    {
        "data":[
            {
                    "avatar":"https:\/\/avatars.steamstatic.com\/fef49e7fa7e1997310d705b2a6158ff8dc1cdfeb_full.jpg",
                    "autoRepairable":1,
                    "roleType":0,
                    "steamUrlToken":"xxxxx",
                    "steamId":"7656119",
                    "accountStatus":1,
                    "checkStatus":0,
                    "repairable":1,
                    "tradableTime":0,
                    "statusText":"sss",
                    "nickname":"2719",
                    "invalidCount":0,
                    "fixedCount":1,
                    "metrics":[
                        {
                                "redirect":"http:\/\/xxx",
                                "actionText":"sss",
                                "unlimitedTime":"123",
                                "autoRepairable":0,
                                "actionType":0,
                                "repairable":0,
                                "healthStatus":1,
                                "unlimitedTimestamp":0,
                                "statusText":"xxx",
                                "name":"steamLocked",
                                "action":0,
                                "status":0
                        }
                    ],
                    "status":1
            }
        ],
        "bizErrorMsg":"请求成功",
        "success":true,
        "bizErrorCode":0
    }

    验签示例

    {"bizErrorMsg":"Illegal request","success":"不等于true","bizErrorCode":"sign-check-failure"}

    错误码解释

    错误码 错误描述 解决方案

    API工具

    FAQ

    返回
    顶部