curl --location --request GET '/api/pay/payWay?from=&order_id=&scene=' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 1,
"name": "微信支付",
"pay_way": 1,
"image": "http://www.smyy.localhost/111",
"extra": "微信快捷支付"
}
],
"order_amount": "100.00",
"cancel_time": 1644545716
}
}