Authorization: ********************curl --location --request GET '/emm-basic-server/api/v1/wechat/getTokenByUserCode-openapi?userCodeBaisc64' \
--header 'Authorization: <api-key>'{
"code": "string",
"count": 0,
"data": {
"access_token": "string",
"expires_in": 0,
"refresh_token": "string",
"uid": "string",
"userCode": "string"
},
"message": "string",
"success": true
}