From 8d0c1d32f4e5ef1bdc4bda19a494d4d18f37cc6a Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Thu, 29 Jul 2021 20:47:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=94=A8=E6=88=B7=E8=A1=A8=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0dcloud=20appid=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collection/uni-id-users/collection.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/collection/uni-id-users/collection.json b/collection/uni-id-users/collection.json index 8eb499d..8e19deb 100644 --- a/collection/uni-id-users/collection.json +++ b/collection/uni-id-users/collection.json @@ -180,6 +180,11 @@ "bsonType": "string", "description": "苹果登录openid" }, + "dcloud_appid": { + "bsonType": "array", + "description": "允许登录的客户端的appid列表", + "foreignKey": "opendb-app-list.appid" + }, "comment": { "bsonType": "string", "title": "备注",