mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-26 14:31:15 +08:00
update: uni-id-users fission
This commit is contained in:
parent
0edff8ace6
commit
7ab5d0356b
@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"bsonType": "object",
|
||||
"required": ["username", "password", "status"],
|
||||
"required": [],
|
||||
"properties": {
|
||||
"_id": {
|
||||
"description": "存储文档 ID(用户 ID),系统自动生成"
|
||||
@ -154,6 +154,18 @@
|
||||
"last_login_ip": {
|
||||
"bsonType": "string",
|
||||
"description": "最后登录时 IP 地址"
|
||||
},
|
||||
"token": {
|
||||
"bsonType": "array",
|
||||
"description": "用户token"
|
||||
},
|
||||
"inviter_uid": {
|
||||
"bsonType": "array",
|
||||
"description": "用户全部上级邀请者"
|
||||
},
|
||||
"my_invite_code": {
|
||||
"bsonType": "string",
|
||||
"description": "用户自身邀请码"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user