- remove a debug msg.
This commit is contained in:
@@ -88,7 +88,7 @@ func (a *API) getCommonOrderCallbackMsg(data []byte, msg interface{}, needDecode
|
|||||||
}
|
}
|
||||||
|
|
||||||
jdParamJSON := result.Get(paramJson)
|
jdParamJSON := result.Get(paramJson)
|
||||||
baseapi.SugarLogger.Debug(jdParamJSON)
|
// baseapi.SugarLogger.Debug(jdParamJSON)
|
||||||
if callbackResponse = a.unmarshalData(jdParamJSON, msg); callbackResponse != nil {
|
if callbackResponse = a.unmarshalData(jdParamJSON, msg); callbackResponse != nil {
|
||||||
return callbackResponse
|
return callbackResponse
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user