This commit is contained in:
richboo111
2024-01-10 14:16:25 +08:00
parent 8f715a2af6
commit 603559750a

View File

@@ -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)