From 629dc4f412c9fecb094be588513b1ce8bc575f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BA=9A=E7=90=AA?= Date: Mon, 9 May 2022 16:41:46 +0800 Subject: [PATCH] feat: add os_name to register_env --- collection/uni-id-users/collection.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collection/uni-id-users/collection.json b/collection/uni-id-users/collection.json index a5d801a..66abaa1 100644 --- a/collection/uni-id-users/collection.json +++ b/collection/uni-id-users/collection.json @@ -203,6 +203,10 @@ "bsonType": "string", "description": "注册时的应用平台,app、h5等" }, + "os_name": { + "bsonType": "string", + "description": "注册时的客户端系统类型,ios、android、windows、mac、linux" + }, "app_name": { "bsonType": "string", "description": "注册时的应用名称"