Skip to content

Commit

Permalink
Merge pull request #46 from openthe88/main
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa authored Jun 21, 2024
2 parents 5edc8c7 + 9ed3fda commit 848daad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model/v2.2/appcenter/subpkg/list_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ type SubpkgItem struct {
AppId int64 `json:"app_id"`
//app_privacy_url String 应用隐私政策链接
AppPrivacyUrl string `json:"app_privacy_url"`
//channel_id String 渠道号(分包号)
ChannelId string `json:"channel_id"`
//ios_app_id String 解析出的iosAppID
IosAppId string `json:"ios_app_id"`
//offline_app_stores String 下架的应用商店 "huawei","oppo","vivo","xiaomi","meizu","smartisan"
Expand Down

0 comments on commit 848daad

Please sign in to comment.