Authorization: ********************curl --location --request GET '/admin/GetPayChannels' \
--header 'Authorization: <api-key>'{
"code": 200,
"msg": "数据请求成功",
"data": {
"alipay": true,
"mpay": "",
"weixin": true
},
"request_id": ""
}