This commit is contained in:
jiangyong27 2025-04-23 16:25:20 +08:00
parent 7c51860b32
commit 33cbed7ff3
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ type BaseResponse struct {
}
type Request struct {
Package string //安装包的包名
Channel string //安装包的渠道
Version string //安装包版本
Os string //手机系统类别 android、ioss