curl --location --request GET '/adminapi/setting.pay.payConfig/getConfig?id=1' \
--header 'token: {{admin-token}}'
{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": {
"id": 1,
"name": "微信支付",
"pay_way": 2,
"config": {
"interface_version": "v3",
"merchant_type": "ordinary_merchant",
"mch_id": "1456897011",
"pay_sign_key": "7059dea5c3708b8d9e21cc3d1f",
"apiclient_cert": "-----BEGIN CERTIFICATE---------",
"apiclient_key": "-----BEGIN PRIVATE KEY----------"
},
"icon": "http://www.php-kl.localhost/resource/image/adminapi/pay/wechatpay.png",
"sort": 101,
"remark": "微信支付备注",
"domain": "http://www.php-kl.localhost"
}
}