curl --location --request PATCH 'http://prod-cn.your-api-server.com/consoleapi/system-payconfig/uuid' \
--header 'Authorization: Bearer {{token}}' \
--data-urlencode 'isEnable=0/1'{
"code": 20000,
"message": "ok",
"data": {
"id": "ec9264fc-45c4-493a-baec-7d45b0470762",
"logo": "/static/images/wxpay.png",
"isEnable": 0,
"isDefault": 1,
"name": "微信支付",
"payType": 1,
"sort": 0,
"payVersion": "V3",
"merchantType": "ordinary",
"mchId": null,
"apiKey": null,
"paySignKey": null,
"cert": null,
"payAuthDir": null,
"appId": null
},
"timestamp": 1754906482016
}