提交 4cfbaf4c 编写于 作者: 雪洛's avatar 雪洛

feat: add field of uni-id-users

上级 1f9313f3
...@@ -345,13 +345,21 @@ ...@@ -345,13 +345,21 @@
"bsonType": "object", "bsonType": "object",
"description": "微信各个平台openid", "description": "微信各个平台openid",
"properties": { "properties": {
"app-plus": { "app": {
"bsonType": "string", "bsonType": "string",
"description": "app平台微信openid" "description": "app平台微信openid"
}, },
"mp-weixin": { "mp": {
"bsonType": "string", "bsonType": "string",
"description": "微信小程序平台openid" "description": "微信小程序平台openid"
},
"h5": {
"bsonType": "string",
"description": "微信公众号登录openid"
},
"web": {
"bsonType": "string",
"description": "PC页面扫码登录openid"
} }
}, },
"permission": { "permission": {
...@@ -364,6 +372,30 @@ ...@@ -364,6 +372,30 @@
"permission": { "permission": {
"write": false "write": false
} }
},
"qq_openid": {
"bsonType": "object",
"description": "QQ各个平台openid",
"properties": {
"app": {
"bsonType": "string",
"description": "app平台QQ openid"
},
"mp": {
"bsonType": "string",
"description": "QQ小程序平台openid"
}
},
"permission": {
"write": false
}
},
"qq_unionid": {
"bsonType": "string",
"description": "QQ unionid",
"permission": {
"write": false
}
} }
}, },
"required": [] "required": []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册