From 9ae4b5f0c14018d955fdf8ad37f182f7456adcc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E7=BA=A2=E4=BF=9D?= Date: Mon, 18 Jan 2021 21:18:45 +0800 Subject: [PATCH] =?UTF-8?q?device=5Fid=20=E9=87=8D=E6=9E=84=E4=B8=BA=20uui?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collection/opendb-search-log/collection.json | 2 +- collection/uni-id-device/collection.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collection/opendb-search-log/collection.json b/collection/opendb-search-log/collection.json index 30c3c87..26b39fa 100644 --- a/collection/opendb-search-log/collection.json +++ b/collection/opendb-search-log/collection.json @@ -16,7 +16,7 @@ "bsonType": "string", "description": "搜索人id,参考uni-id-users表" }, - "device_id": { + "device_uuid": { "bsonType": "string", "description": "设备id" }, diff --git a/collection/uni-id-device/collection.json b/collection/uni-id-device/collection.json index 5891daa..8faefb3 100644 --- a/collection/uni-id-device/collection.json +++ b/collection/uni-id-device/collection.json @@ -14,7 +14,7 @@ "bsonType": "string", "description": "userAgent" }, - "device_id": { + "uuid": { "bsonType": "string", "description": "设备唯一标识(需要加密存储)" },