mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
Update collection.json
This commit is contained in:
parent
7da9eaf81a
commit
1e4f59141f
@ -14,13 +14,17 @@
|
||||
"bsonType": "string",
|
||||
"description": "邮箱"
|
||||
},
|
||||
"device_uuid": {
|
||||
"bsonType": "string",
|
||||
"description": "设备UUID,常用于图片验证码"
|
||||
},
|
||||
"code": {
|
||||
"bsonType": "string",
|
||||
"description": "验证码"
|
||||
},
|
||||
"type": {
|
||||
"scene": {
|
||||
"bsonType": "string",
|
||||
"description": "验证类型:login, bind, unbind, pay"
|
||||
"description": "使用验证码的场景,如:login, bind, unbind, pay"
|
||||
},
|
||||
"state": {
|
||||
"bsonType": "int",
|
||||
@ -30,11 +34,11 @@
|
||||
"bsonType": "string",
|
||||
"description": "请求时客户端IP地址"
|
||||
},
|
||||
"created_at": {
|
||||
"create_date": {
|
||||
"bsonType": "timestamp",
|
||||
"description": "创建时间"
|
||||
},
|
||||
"expired_at": {
|
||||
"expired_date": {
|
||||
"bsonType": "timestamp",
|
||||
"description": "过期时间"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user