From 3fddbd60d00f11a441d76221a0b16833e3638f0a Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Tue, 24 Dec 2024 10:43:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/md/md_cloud_bundle.go | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/app/md/md_cloud_bundle.go b/app/md/md_cloud_bundle.go index 1cca7eb..fe2782e 100644 --- a/app/md/md_cloud_bundle.go +++ b/app/md/md_cloud_bundle.go @@ -98,14 +98,16 @@ type CloudBundleDelReq struct { } type CloudBundleVersion struct { - Type string `json:"type"` - Img string `json:"img"` - ImgUrl string `json:"img_url"` - Name string `json:"name"` - Version string `json:"version"` - Url string `json:"url"` - Content string `json:"content"` - IsMust string `json:"is_must"` + Type string `json:"type"` + Img string `json:"img"` + ImgUrl string `json:"img_url"` + Name string `json:"name"` + Version string `json:"version"` + Url string `json:"url"` + DownType string `json:"down_type"` + OutUrl string `json:"out_url"` + Content string `json:"content"` + IsMust string `json:"is_must"` } type CloudBundleVersionMap struct { Type string `json:"type"`