device_id 重构为 uuid

This commit is contained in:
崔红保 2021-01-18 21:18:45 +08:00
parent 328ca6a901
commit 9ae4b5f0c1
2 changed files with 2 additions and 2 deletions

View File

@ -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"
}, },

View File

@ -14,7 +14,7 @@
"bsonType": "string", "bsonType": "string",
"description": "userAgent" "description": "userAgent"
}, },
"device_id": { "uuid": {
"bsonType": "string", "bsonType": "string",
"description": "设备唯一标识(需要加密存储)" "description": "设备唯一标识(需要加密存储)"
}, },