mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-26 22:41:15 +08:00
feat: 用户表增加dcloud appid字段
This commit is contained in:
parent
6693482bec
commit
8d0c1d32f4
@ -180,6 +180,11 @@
|
||||
"bsonType": "string",
|
||||
"description": "苹果登录openid"
|
||||
},
|
||||
"dcloud_appid": {
|
||||
"bsonType": "array",
|
||||
"description": "允许登录的客户端的appid列表",
|
||||
"foreignKey": "opendb-app-list.appid"
|
||||
},
|
||||
"comment": {
|
||||
"bsonType": "string",
|
||||
"title": "备注",
|
||||
|
Loading…
Reference in New Issue
Block a user