Authorization: Bearer ********************curl --location --request GET '/api/wechat/mock_login?user_id=1' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "string",
"data": {
"scene_id": "string",
"qrcode_url": "string",
"expire_seconds": 0,
"expire_at": "string"
}
}