curl --location --request GET 'http://prod-cn.your-api-server.com/consoleapi/system-payconfig' \
--header 'Authorization: Bearer {{token}}'{
"code": 20000,
"message": "ok",
"data": [
{
"id": "0",
"logo": "http://localhost:4090/static/images/wxpay.png",
"isEnable": 1,
"name": "微信支付",
"payType": 1
}
],
"timestamp": 0
}