curl --location --request GET 'https://java-front.likeadmin.cn//api/pay/payWay?from=recharge&orderId=1'
{
"code": 200,
"msg": "成功",
"data": {
"orderAmount": 1,
"list": [
{
"id": 2,
"name": "微信支付",
"icon": "http://127.0.0.1:8084/api/static/wechat_pay.png",
"isDefault": 1
}
]
}
}