mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
update: uni-id-device 增加字段 push_clientid,imei,oaid,idfa
This commit is contained in:
parent
1314cf4d34
commit
551a023cd0
@ -22,6 +22,22 @@
|
|||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "设备厂商"
|
"description": "设备厂商"
|
||||||
},
|
},
|
||||||
|
"push_clientid": {
|
||||||
|
"bsonType": "string",
|
||||||
|
"description": "推送设备客户端标识"
|
||||||
|
},
|
||||||
|
"imei": {
|
||||||
|
"bsonType": "string",
|
||||||
|
"description": "国际移动设备识别码IMEI(International Mobile Equipment Identity)"
|
||||||
|
},
|
||||||
|
"oaid": {
|
||||||
|
"bsonType": "string",
|
||||||
|
"description": "移动智能设备标识公共服务平台提供的匿名设备标识符(OAID)"
|
||||||
|
},
|
||||||
|
"idfa": {
|
||||||
|
"bsonType": "string",
|
||||||
|
"description": "iOS平台配置应用使用广告标识(IDFA)"
|
||||||
|
},
|
||||||
"model": {
|
"model": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "设备型号"
|
"description": "设备型号"
|
||||||
|
Loading…
Reference in New Issue
Block a user