curl --location '/adminapi/setting.pay.pay_config/detail?id=' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": {
"id": 1,
"name": "微信支付",
"pay_way": 1,
"config": {
"interface_version": "V2",
"merchant_type": "ordinary_merchant",
"mch_id": "1609732802",
"pay_sign_key": "e10adc3949ba59abbe56e057f20f883e",
"apiclient_cert": "111",
"apiclient_key": "111"
},
"image": "http://www.smyy.localhost/111",
"sort": 100,
"pay_way_desc": "微信支付"
}
}