curl --location '/staffapi/pay/payWay?from=&scene=' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"code": 1,
"show": 0,
"msg": "",
"data": [
{
"id": 1,
"name": "微信支付",
"pay_way": 1,
"image": "http://www.smyy.localhost/111",
"is_default": 1
}
]
}