update: [collection:uni-id-device] add ua

This commit is contained in:
handongxun 2020-09-02 20:46:12 +08:00
parent b13f6b7638
commit 02e00464ed

View File

@ -10,6 +10,10 @@
"bsonType": "string",
"description": "用户id参考uni-id-users表"
},
"ua": {
"bsonType": "string",
"description": "userAgent"
},
"device_id": {
"bsonType": "string",
"description": "设备唯一标识(需要加密存储)"