Browse Source

更新

master
huangjiajun 5 days ago
parent
commit
eef46ac6c8
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

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


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

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


Loading…
Cancel
Save