瀏覽代碼

fix:增加埋点

zqbao 10 月之前
父節點
當前提交
093af8641c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      controllers/chart.go

+ 1 - 0
controllers/chart.go

@@ -54,6 +54,7 @@ func (this *ChartController) ChartInfoDetail() {
 		return
 	}
 	var isCollect bool
+	alarm_msg.SendAlarmMsg(fmt.Sprintf("图表请求,source:%d, code:%s, token:%s", source, uniqueCode, token), 1)
 	if source == utils.CHART_SOURCE_DW && token != "" {
 		tmpIsCollect, err := dwmini.GetMyChartIsCollect(token, uniqueCode)
 		if err != nil {