Browse Source

更新

master
huangjiajun 2 days ago
parent
commit
8421030f8a
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      app/svc/cloud_bundle/svc_list.go
  2. +1
    -0
      app/svc/cloud_bundle/svc_version_info.go

+ 1
- 0
app/svc/cloud_bundle/svc_list.go View File

@@ -79,6 +79,7 @@ func List(c *gin.Context) {
{Type: "vivo", Name: "VIVO应用商店"},
{Type: "oppo", Name: "OPPO应用商店"},
{Type: "360", Name: "360应用商店"},
{Type: "aliApp", Name: "阿里应用"},
}
e.OutSuc(c, resp, nil)
return


+ 1
- 0
app/svc/cloud_bundle/svc_version_info.go View File

@@ -25,6 +25,7 @@ func VersionBase(c *gin.Context) {
{Type: "vivo", Name: "VIVO应用商店"},
{Type: "oppo", Name: "OPPO应用商店"},
{Type: "360", Name: "360应用商店"},
{Type: "aliApp", Name: "阿里应用"},
}
for k, v := range data {
data[k].Img = "default_icon/" + v.Type + "_icon.png"


Loading…
Cancel
Save