获取所有支付类型状态
GET
/myauth/web/getAllPayType所有以开启的支付通道
请求参数
Header 参数
token
string
必需
示例值:
d17d7b04b7e747f2b8a07ca4dcf5132e
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
success
boolean
必需
msg
string
必需
sign
string
必需
result
array [object {4}]
必需
name
string
必需
id
integer
必需
driver
string
必需
content
string
必需
timestamp
integer
必需
示例成功示例
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": [
{
"name": "微信",
"id": 1,
"driver": "epay_wxpay",
"content": "易支付-微信"
},
{
"name": "支付宝",
"id": 2,
"driver": "epay_alipay",
"content": "易支付-支付宝"
},
{
"name": "QQ",
"id": 3,
"driver": "epay_qqpay",
"content": "易支付-QQ"
}
],
"timestamp": 1655049520015
}
最后修改时间: 3 年前