mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-26 22:41:15 +08:00
device_id 重构为 uuid
This commit is contained in:
parent
328ca6a901
commit
9ae4b5f0c1
@ -16,7 +16,7 @@
|
|||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "搜索人id,参考uni-id-users表"
|
"description": "搜索人id,参考uni-id-users表"
|
||||||
},
|
},
|
||||||
"device_id": {
|
"device_uuid": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "设备id"
|
"description": "设备id"
|
||||||
},
|
},
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "userAgent"
|
"description": "userAgent"
|
||||||
},
|
},
|
||||||
"device_id": {
|
"uuid": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "设备唯一标识(需要加密存储)"
|
"description": "设备唯一标识(需要加密存储)"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user