|
@@ -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 != "" {
|