说明

修改商户默认费率-刷卡

请求地址

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

请求参数

参数 类型 是否必填 最大长度 描述
token string 令牌
user_id string 用户ID
ways_type string 通道类型
store_all_rate_e string 商户默认贷记卡费率
store_all_rate_f string 商户默认借记卡费率
store_all_rate_f_top string 商户默认借记卡封顶
  • 返回值示例 成功请求示例:

    {
        "status": 1,
        "message": "修改成功",
        "data": {
            "ways_type": "1000",
            "rate": "11",
            "user_id": "1"
        }
    }
    
  • 失败请求示例

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

results matching ""

    No results matching ""