{
"id": "177",
"name": "微信支付",
"pay_way": 2,
"icon": "https://likeshopb2cplusdoukai.yixiangonline.com/resource/image/adminapi/pay/wechat.png",
"sort": 100,
"remark": "",
"sid": 45,
"delete_time": null,
"domain": "https://likeshopb2cplusdoukai.yixiangonline.com",
"interface_version": "v2",
"merchant_type": "ordinary_merchant",
"mch_id": "11111",
"pay_sign_key": "22222",
"apiclient_cert": "33333",
"apiclient_key": "44444"
}
curl --location --request POST '/platformapi/settings.pay_config/setConfig' \
--header 'version: 2.0' \
--header 'token: {{ptoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "177",
"name": "微信支付",
"pay_way": 2,
"icon": "https://likeshopb2cplusdoukai.yixiangonline.com/resource/image/adminapi/pay/wechat.png",
"sort": 100,
"remark": "",
"sid": 45,
"delete_time": null,
"domain": "https://likeshopb2cplusdoukai.yixiangonline.com",
"interface_version": "v2",
"merchant_type": "ordinary_merchant",
"mch_id": "11111",
"pay_sign_key": "22222",
"apiclient_cert": "33333",
"apiclient_key": "44444"
}'
{}