소스 검색

Merge branch 'feature/jiayue' into debug

hsun 1 년 전
부모
커밋
4b5e020422
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controller/resp/base.go

+ 1 - 1
controller/resp/base.go

@@ -36,7 +36,7 @@ func result(code int, resultData ResultData, c *gin.Context) {
 	logSlice := make([]string, 0)
 	logSlice = append(logSlice, fmt.Sprint("Url:", c.Request.RequestURI))
 	logSlice = append(logSlice, fmt.Sprint("Token:", token))
-	logSlice = append(logSlice, fmt.Sprint("resultData:", string(jsonByte)))
+	//logSlice = append(logSlice, fmt.Sprint("resultData:", string(jsonByte)))
 
 	//记录错误日志
 	if resultData.ErrMsg != "" {