|
@@ -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)))
|
|
|
+
|
|
|
|
|
|
|
|
|
if resultData.ErrMsg != "" {
|