说明

支付类型查询

请求地址

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

请求参数

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

    {
      "status": 1,
      "data": {
        "merchant": [
          {
            "type": 1000,
            "type_soure": "alipay",
            "type_desc": "支付宝"
          },
          {
            "type": 2000,
            "type_soure": "weixin",
            "type_desc": "微信支付"
          }
        ]
      }
    }
    

results matching ""

    No results matching ""