os version
This commit is contained in:
parent
378e33c9ad
commit
0ff9d091b7
|
@ -22,6 +22,7 @@ type Request struct {
|
|||
Paid string //客户端的广告id,ios时候有效(百度特有)
|
||||
Oaid string //客户端的广告id,android时有效
|
||||
Imei string //设备唯一识别码
|
||||
OsVersion string //操作系统版本号
|
||||
Extra map[string]string //其他额外数据
|
||||
Active bool // 是否直接激活
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue