说明

新增绑定支付宝

请求地址

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

请求参数

参数 类型 是否必填 最大长度 描述
token string 令牌
code string 验证码-单传此参数代表校验验证码,修改此参数必传,刚绑定可不传
alipay_account string 支付宝账户
alipay_name string 支付宝名称
  • 成功返回
{
    "status": 1,
    "message": "处理成功",
    "data": {
        "alipay_account": "123",
        "alipay_name": "戴明康1",
        "code": "111111"
    }
}
  • 失败请求示例

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

results matching ""

    No results matching ""