|
@@ -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
|
|
|
}
|