Browse Source

打包

master
huangjiajun 2 days ago
parent
commit
3fddbd60d0
1 changed files with 10 additions and 8 deletions
  1. +10
    -8
      app/md/md_cloud_bundle.go

+ 10
- 8
app/md/md_cloud_bundle.go View File

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


Loading…
Cancel
Save