Kaynağa Gözat

Merge branch 'bzq/custom_dw_mini_conflict' of eta_server/eta_chart_lib into debug

鲍自强 10 ay önce
ebeveyn
işleme
2007895544
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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 {