Browse Source

Merge branch 'feature/eta2.3.4_business_user' into debug

xyxie 2 months ago
parent
commit
8993364207
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/eta_forum_chart.go

+ 1 - 0
controllers/eta_forum_chart.go

@@ -46,6 +46,7 @@ func (this *EtaForumChartController) CommonChartInfoDetailFromUniqueCode() {
 	resp.XDataList = forumResp.XDataList
 	resp.YDataList = forumResp.YDataList
 	resp.WaterMark = forumResp.WaterMark
+	resp.IsAuth = true
 	br.Ret = 200
 	br.Success = true
 	br.Msg = "获取成功"