1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user