Explorar el Código

style:移除没必要的log日志

Roc hace 2 años
padre
commit
2515c3579b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      services/report_push.go

+ 1 - 1
services/report_push.go

@@ -669,7 +669,7 @@ func thsReportList(numPerPageStr string) (tshListRowsResult TshListRowsResult, e
 	body, _ := ioutil.ReadAll(resp.Body)
 
 	//fmt.Println(string(body))
-	utils.FileLog.Info(fmt.Sprintf("Ths List Result :%s", string(body)))
+	//utils.FileLog.Info(fmt.Sprintf("Ths List Result :%s", string(body)))
 
 	//同花顺接口返回数据
 	var tshResult TshListResult