From 71b08fdadabce33e390e1d1f75c0e0d69bf4e3e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E7=BA=A2=E4=BF=9D?= Date: Wed, 27 Jan 2021 16:36:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=99=BB=E5=BD=95=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 场景:连续登录失败时,显示验证码 --- collection/uni-id-log/collection.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/collection/uni-id-log/collection.json b/collection/uni-id-log/collection.json index 78a7189..3ebc057 100644 --- a/collection/uni-id-log/collection.json +++ b/collection/uni-id-log/collection.json @@ -14,7 +14,7 @@ "bsonType": "string", "description": "userAgent" }, - "device_id": { + "device_uuid": { "bsonType": "string", "description": "设备唯一标识(需要加密存储)" }, @@ -23,6 +23,10 @@ "enum": ["login", "logout"], "description": "登录类型" }, + "state": { + "bsonType": "int", + "description": "结果:0 失败、1 成功" + }, "ip": { "bsonType": "string", "description": "ip地址"