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