feat(wxapi): 新增小程序 Donut 多端能力服务端接口

This commit is contained in:
Fu Diwei
2024-01-15 22:13:28 +08:00
parent d64443d5fd
commit 940713307b
17 changed files with 456 additions and 0 deletions

View File

@@ -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"
}
}
}

View File

@@ -0,0 +1,3 @@
{
"user_id": "bbb"
}

View File

@@ -0,0 +1,3 @@
{
"user_id": "bbb"
}

View File

@@ -0,0 +1,3 @@
{
"user_id": "bbb"
}