diff --git a/platformapi/jdapi/callback.go b/platformapi/jdapi/callback.go index dc7a6f13..3e40414d 100644 --- a/platformapi/jdapi/callback.go +++ b/platformapi/jdapi/callback.go @@ -196,7 +196,7 @@ func (a *API) getCommonOrderCallbackMsg(request *http.Request, msg interface{}, if err != nil { return Err2CallbackResponse(err, "") } - baseapi.SugarLogger.Debug(string(data)) + // baseapi.SugarLogger.Debug(string(data)) result, err := utils.HTTPBody2Values(data, needDecode) if err != nil { return FormatErrorResponse