diff --git a/uni_modules/uni-id-pages/uniCloud/database/uni-id-users.schema.json b/uni_modules/uni-id-pages/uniCloud/database/uni-id-users.schema.json index 40c98d917572dcf8917a3468b554e284eb7a1dc5..31c4e89219b2eca7cbf5022419f7bf3f46bbce8c 100644 --- a/uni_modules/uni-id-pages/uniCloud/database/uni-id-users.schema.json +++ b/uni_modules/uni-id-pages/uniCloud/database/uni-id-users.schema.json @@ -345,13 +345,21 @@ "bsonType": "object", "description": "微信各个平台openid", "properties": { - "app-plus": { + "app": { "bsonType": "string", "description": "app平台微信openid" }, - "mp-weixin": { + "mp": { "bsonType": "string", "description": "微信小程序平台openid" + }, + "h5": { + "bsonType": "string", + "description": "微信公众号登录openid" + }, + "web": { + "bsonType": "string", + "description": "PC页面扫码登录openid" } }, "permission": { @@ -364,6 +372,30 @@ "permission": { "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": []