Browse Source

update

master
shenjiachi 1 day ago
parent
commit
c4dd6b36ac
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/hdl/ModuleSetting.go

+ 4
- 0
app/hdl/ModuleSetting.go View File

@@ -53,6 +53,10 @@ func GetModuleSetting(c *gin.Context) {
e.OutErr(c, e.ERR_DB_ORM, err.Error())
return
}
if moduleStyle == nil {
e.OutErr(c, e.ERR_NO_DATA, nil)
return
}
var dataMap interface{}
redisConn := cache.GetPool().Get()
scheme, domain := svc.ImageBucket(db.Db, redisConn)


Loading…
Cancel
Save