Explorar o código

release APPID校验

xingzai %!s(int64=2) %!d(string=hai) anos
pai
achega
f5114c7a94
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/report.go

+ 1 - 1
controllers/report.go

@@ -269,7 +269,7 @@ func (c *ReportControllerCommon) GetResearchReportChapter() {
 func (c *ReportController) ArticleChange() {
 	//appid权限校验
 	appid := c.GetString("appid", "")
-	if utils.RunMode == "release" && appid != "CQWx3EqDLNk7bVHo" {
+	if utils.RunMode == "release" && appid != "XVuGlcyEEVNYVWx5" {
 		c.FailWithMessage("无权限")
 		return
 	}