Authorization: Bearer ********************curl --location --request GET '/api/front/wechat/authorize/login?code' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"key": "string",
"nikeName": "string",
"phone": "string",
"token": "string",
"type": "string",
"uid": 0
},
"message": "string"
}