curl --location --request GET '/api/admin/wechat/config' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"appId": "string",
"debug": true,
"jsApiList": [
"string"
],
"jsApiTicket": "string",
"nonceStr": "string",
"signature": "string",
"timestamp": 0,
"url": "string"
},
"message": "string"
}