说明

赏金类型来源查询

请求地址

环境 请求地址
测试环境 https://pay.umxnt.com/api/wallet/source_type
正式环境

请求参数

参数 类型 是否必填 最大长度 描述
token string 令牌
user_id string 用户ID

成功请求示例

{
    "status": 1,
    "message": "数据返回成功",
    "data": [
        {
            "source_type": "hb",
            "source_desc": "红包码"
        },
        {
            "source_type": "hbfq",
            "source_desc": "分期奖励"
        },
        {
            "source_type": "pay",
            "source_desc": "支付返佣"
        }
    ]
}
  • 失败请求示例

    {
        "message":"无效参数",
        "status":0
    }
    

results matching ""

    No results matching ""