diff --git a/platformapi/sfps2/callback.go b/platformapi/sfps2/callback.go index 70ec9230..2b599fc1 100644 --- a/platformapi/sfps2/callback.go +++ b/platformapi/sfps2/callback.go @@ -134,6 +134,7 @@ func Err2CallbackResponse(err error) *CallbackResponse { // GetCallbackUrlIndex 配送状态更改回调 func (a *API) GetCallbackUrlIndex(request *http.Request) (map[string]interface{}, *CallbackResponse) { + globals.SugarLogger.Debugf("sfsfsf GetCallbackUrlIndex method=%s,url=%s", request.Method, request.URL) data, err := ioutil.ReadAll(request.Body) if err != nil { return nil, CallbackResponseErr(false)