mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
Revert "fix: opendb-verify-codes device_uuid -> deviceId"
This reverts commit 77f0029c72
.
This commit is contained in:
parent
77f0029c72
commit
89c2a6672b
@ -14,10 +14,10 @@
|
||||
"bsonType": "string",
|
||||
"description": "邮箱"
|
||||
},
|
||||
"deviceId": {
|
||||
"bsonType": "string",
|
||||
"description": "设备ID,常用于图片验证码"
|
||||
},
|
||||
"device_uuid": {
|
||||
"bsonType": "string",
|
||||
"description": "设备UUID,常用于图片验证码"
|
||||
},
|
||||
"code": {
|
||||
"bsonType": "string",
|
||||
"description": "验证码"
|
||||
@ -69,10 +69,10 @@
|
||||
"MgoIsUnique": false
|
||||
}
|
||||
}, {
|
||||
"IndexName": "device_id_code_",
|
||||
"IndexName": "device_uuid_code_",
|
||||
"MgoKeySchema": {
|
||||
"MgoIndexKeys": [{
|
||||
"Name": "deviceId",
|
||||
"Name": "device_uuid",
|
||||
"Direction": "1"
|
||||
}, {
|
||||
"Name": "code",
|
||||
|
Loading…
Reference in New Issue
Block a user