mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-27 15:01:15 +08:00
feat: add os_name to register_env
This commit is contained in:
parent
e9937e366a
commit
629dc4f412
@ -203,6 +203,10 @@
|
|||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "注册时的应用平台,app、h5等"
|
"description": "注册时的应用平台,app、h5等"
|
||||||
},
|
},
|
||||||
|
"os_name": {
|
||||||
|
"bsonType": "string",
|
||||||
|
"description": "注册时的客户端系统类型,ios、android、windows、mac、linux"
|
||||||
|
},
|
||||||
"app_name": {
|
"app_name": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "注册时的应用名称"
|
"description": "注册时的应用名称"
|
||||||
|
Loading…
Reference in New Issue
Block a user