mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(wxapi): 新增小程序 Donut 多端能力服务端接口
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"user_id": "bbb"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"user_id": "bbb"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"user_id": "bbb"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"user_id": "bbb"
|
||||
}
|
Reference in New Issue
Block a user