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"`