diff --git a/platformapi/jdapi/callback.go b/platformapi/jdapi/callback.go index fc87d2d1..de514a5a 100644 --- a/platformapi/jdapi/callback.go +++ b/platformapi/jdapi/callback.go @@ -88,7 +88,7 @@ func (a *API) getCommonOrderCallbackMsg(data []byte, msg interface{}, needDecode } jdParamJSON := result.Get(paramJson) - baseapi.SugarLogger.Debug(jdParamJSON) + // baseapi.SugarLogger.Debug(jdParamJSON) if callbackResponse = a.unmarshalData(jdParamJSON, msg); callbackResponse != nil { return callbackResponse }