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": {