说明

扣款顺序

请求地址

环境 请求地址
测试环境 https://m.umxnt.com/api/merchant/pay_ways_sort
正式环境

请求参数

参数 类型 是否必填 最大长度 描述
token string 令牌
store_id string 门店id
  • 返回值示例 成功请求示例:

    {
      "status": 1,
      "ailpay": [
        {
          "ways_desc": "网商支付宝",
          "ways_type": 3001,
          "store_id": "2017101317522231213",
          "sort": 1,
          "ways_source": "alipay"
        },
        {
          "ways_desc": "支付宝当面付",
          "ways_type": 1000,
          "store_id": "2017101317522231213",
          "sort": 2,
          "ways_source": "alipay"
        }
      ],
      "weixin": [
        {
          "ways_desc": "网商微信",
          "ways_type": 3002,
          "store_id": "2017101317522231213",
          "sort": 1,
          "ways_source": "weixin"
        }
      ]
    }
    
参数 类型 是否必填 最大长度 描述
ways_desc string 文字描述
ways_type string 通道类型
ways_source string 通道来源
store_id string 门店id
sort string 排序 越小越靠前
  • 失败请求示例

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

results matching ""

    No results matching ""