Sfoglia il codice sorgente

release APPID校验

xingzai 2 anni fa
parent
commit
f5114c7a94
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 	}