Update collection.json

This commit is contained in:
崔红保 2021-01-26 20:42:52 +08:00
parent 7da9eaf81a
commit 1e4f59141f

View File

@ -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": "过期时间"
}