curl --location --request GET '/adminapi/setting.pay.pay_way/getPayWay' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": {
"1": [
{
"id": 1,
"scene": 1,
"pay_id": 1,
"is_default": 1,
"status": 1,
"pay_way_desc": "微信支付",
"icon": "http://www.smyy.localhost/111"
}
],
"2": [
{
"id": 2,
"scene": 2,
"pay_id": 1,
"is_default": 1,
"status": 1,
"pay_way_desc": "微信支付",
"icon": "http://www.smyy.localhost/111"
}
]
}
}