|
|
@@ -35,7 +35,7 @@ func (self *AdController) Init(ctx *context.Context, controllerName, actionName
|
|
|
|
|
|
//根据广告图位置,获取广告图
|
|
|
func (self *AdController) GetItems() {
|
|
|
- cache, _ := self.GetBool("cache", true)
|
|
|
+ cache, _ := self.GetBool("cache", false)
|
|
|
adCode := self.Ctx.Input.Param(":ad_code")
|
|
|
// k := fmt.Sprintf("/v1/ad/%s", adCode)
|
|
|
// if pCache == "false" {
|