1 Star 0 Fork 708

兴博软件 / DocHub

forked from 进击的皇虫 / DocHub 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
AdController.go 163 Bytes
一键复制 编辑 原始数据 按行查看 历史
TruthHun 提交于 2018-04-30 17:52 . 假装第一次提交
package AdminControllers
type AdController struct {
BaseController
}
func (this *AdController) Get() {
this.Data["IsAd"] = true
this.TplName = "index.html"
}
Go
1
https://gitee.com/lalbe/DocHub.git
git@gitee.com:lalbe/DocHub.git
lalbe
DocHub
DocHub
dd28a31bcdb3

搜索帮助