curl --location --request GET 'http://prod-cn.your-api-server.com/consoleapi/system-payconfig/uuid' \
--header 'Authorization: Bearer {{token}}'{
"code": 20000,
"message": "ok",
"data": {
"id": "1",
"logo": "http://localhost:4090/static/images/wxpay.png",
"isEnable": 1,
"isDefault": 1,
"name": "微信支付",
"payType": 1,
"sort": 0,
"payVersion": "V3",
"merchantType": "ordinary",
"mchId": null,
"apiKey": null,
"paySignKey": null,
"cert": null,
"payAuthDir": null,
"appId": null
},
"timestamp": 1754905453641
}