From 9ed3fda86ec898c607574fe2cf82487f69d56b4b Mon Sep 17 00:00:00 2001 From: openthe88 <383155078@qq.com> Date: Fri, 21 Jun 2024 15:03:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=96=B0=E7=89=88=E5=88=86?= =?UTF-8?q?=E5=8C=85=E5=8F=91=E5=B8=83=E5=88=97=E8=A1=A8=E3=80=90=E5=8D=95?= =?UTF-8?q?=E5=85=83=E5=88=9B=E7=BC=96=E3=80=91=20fix:=20missing=20paramet?= =?UTF-8?q?ers=20channel=5Fid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/v2.2/appcenter/subpkg/list_response.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/model/v2.2/appcenter/subpkg/list_response.go b/model/v2.2/appcenter/subpkg/list_response.go index 8728a41..4a2d62c 100644 --- a/model/v2.2/appcenter/subpkg/list_response.go +++ b/model/v2.2/appcenter/subpkg/list_response.go @@ -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"