1
This commit is contained in:
@@ -48,6 +48,7 @@ func (a *API) WaybillCallback(request *http.Request) (*WaybillCallbackParam, *Ca
|
||||
if err := decoder.Decode(&retVal); err != nil {
|
||||
return nil, Err2CallbackResponse(errors.New("uu跑腿回调参数解析错误,请检查"))
|
||||
}
|
||||
globals.SugarLogger.Debugf("uupt WaybillCallback retVal======%s", utils.Format4Output(retVal, false))
|
||||
con := retVal != WaybillCallbackParam{}
|
||||
if con {
|
||||
return &retVal, Err2CallbackResponse(nil)
|
||||
|
||||
Reference in New Issue
Block a user