From f591e699fabc94b1856093543312e69946e74b9c Mon Sep 17 00:00:00 2001 From: "283700113@qq.com" <283700113@qq.com> Date: Mon, 18 Jan 2021 13:28:20 +0800 Subject: [PATCH] =?UTF-8?q?update:=20uni-id-users=E6=96=B0=E5=A2=9Eapple?= =?UTF-8?q?=5Fopenid=E5=AD=97=E6=AE=B5=EF=BC=8C=E5=8F=8A=E5=85=B6index?= =?UTF-8?q?=E7=B4=A2=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collection/uni-id-users/collection.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/collection/uni-id-users/collection.json b/collection/uni-id-users/collection.json index 5fb09ad..b5fb488 100644 --- a/collection/uni-id-users/collection.json +++ b/collection/uni-id-users/collection.json @@ -156,6 +156,10 @@ "bsonType": "string", "description": "支付宝平台openid" }, + "apple_openid": { + "bsonType": "string", + "description": "苹果登录openid" + }, "comment": { "bsonType": "string", "title": "备注", @@ -332,6 +336,16 @@ "MgoIsUnique": false } }, + { + "IndexName": "apple_openid", + "MgoKeySchema": { + "MgoIndexKeys": [{ + "Name": "apple_openid", + "Direction": "1" + }], + "MgoIsUnique": false + } + }, { "IndexName": "my_invite_code", "MgoKeySchema": {