diff --git a/unify/ad_type.go b/unify/ad_type.go index 7bf6b4c..2ae793b 100644 --- a/unify/ad_type.go +++ b/unify/ad_type.go @@ -11,6 +11,7 @@ type BaseResponse struct { } type Request struct { + Package string //安装包的包名 Channel string //安装包的渠道 Version string //安装包版本 Os string //手机系统类别 android、ioss