curl --location --request GET 'http://prod-cn.your-api-server.com/consoleapi/wxoaconfig' \
--header 'Authorization: Bearer {{token}}'{
"code": 20000,
"message": "ok",
"data": {
"appId": "",
"appSecret": "",
"url": "http://localhost:4090/api/auth/wechat-callback",
"token": "",
"encodingAESKey": "",
"messageEncryptType": "plain",
"domain": "http://localhost:4090",
"jsApiDomain": "http://localhost:4090",
"webAuthDomain": "http://localhost:4090"
},
"timestamp": 1754907728669
}