curl --location --request GET '/admin-api/charging/wechat/list?pageNo=1&pageSize=10' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": [
{
"requestType": 0,
"remark": "string",
"qrCode": "string"
}
],
"msg": "string"
}