{
"code": 200,
"message": "登录成功",
"data": {
"user": {
"id": 5,
"name": "王小明",
"email": null,
"phone": null,
"avatar": "https://example.com/avatar/wechat_user.jpg",
"status": 1,
"created_at": "2024-01-10T10:00:00Z"
},
"tokens": {
"access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.wechat_access_token",
"refresh_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.wechat_refresh_token",
"token_type": "Bearer",
"expires_in": 3600,
"issued_at": "2024-01-10T10:00:00Z"
},
"social_profile": {
"provider": "wechat",
"open_id": "o6_bmasdasdsad6_2sgVt7hMZOPfL",
"union_id": "union_id_example",
"nickname": "王小明",
"avatar": "https://example.com/avatar/wechat_user.jpg",
"email": null,
"phone": null
},
"is_new_user": false
}
}