Ai
423 Star 2K Fork 719

进击的皇虫/DocHub

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
ReportController.go 307 Bytes
Copy Edit Raw Blame History
TruthHun authored 2018-08-10 19:37 +08:00 . 代码优化
package AdminControllers
import "github.com/TruthHun/DocHub/models"
type ReportController struct {
BaseController
}
//查看举报处理情况
func (this *ReportController) Get() {
this.Data["Data"], _, _ = models.NewReport().Lists(1, 1000)
this.Data["IsReport"] = true
this.TplName = "index.html"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/truthhun/DocHub.git
git@gitee.com:truthhun/DocHub.git
truthhun
DocHub
DocHub
01033d1926ec

Search