os version

This commit is contained in:
jiangyong27 2024-09-02 15:16:52 +08:00
parent 378e33c9ad
commit 0ff9d091b7
1 changed files with 14 additions and 13 deletions

View File

@ -22,6 +22,7 @@ type Request struct {
Paid string //客户端的广告idios时候有效百度特有
Oaid string //客户端的广告idandroid时有效
Imei string //设备唯一识别码
OsVersion string //操作系统版本号
Extra map[string]string //其他额外数据
Active bool // 是否直接激活
}