支付方式
GET
/api/pay/payWay请求参数
Query 参数
from
string
支付场景
示例值:
recharge
orderId
integer
必需
订单ID, 根据场景查询订单金额
示例值:
1
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
orderAmount
integer
订单金额
list
array [object {4}]
必需
示例
{
"code": 200,
"msg": "成功",
"data": {
"orderAmount": 1,
"list": [
{
"id": 2,
"name": "微信支付",
"icon": "http://127.0.0.1:8084/api/static/wechat_pay.png",
"isDefault": 1
}
]
}
}
最后修改时间: 2 年前