curl --location '/adminapi/setting.pay.pay_config/lists' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": [
{
"id": 1,
"name": "微信支付",
"pay_way": 1,
"image": "http://www.smyy.localhost/uploads/images/20210526104909d20777188.png",
"sort": 50,
"pay_way_desc": "微信支付"
}
]
}