mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
31 lines
679 B
JSON
31 lines
679 B
JSON
{
|
|
"errcode": 0,
|
|
"login_info": {
|
|
"type": "weixinApp",
|
|
"login_time": 12345678,
|
|
"appid": "aaa"
|
|
},
|
|
"user_info": {
|
|
"user_id": "xxx",
|
|
"openapp_info": {
|
|
"appid": "bbb",
|
|
"openid": "ccc",
|
|
"unionid": "ddd",
|
|
"headimgurl": "HEADIMGURL",
|
|
"nickname": "NICKNAME"
|
|
},
|
|
"phone_info": {
|
|
"phone": "137xxxxxxx"
|
|
},
|
|
"apple_info": {
|
|
"bundleid": "eee",
|
|
"apple_user_id": "fff"
|
|
},
|
|
"miniprogram_info": {
|
|
"appid": "bbb",
|
|
"openid": "ccc",
|
|
"unionid": "ddd"
|
|
}
|
|
}
|
|
}
|