This commit is contained in:
邹宗楠
2026-05-13 10:04:33 +08:00
parent e5ed37fd49
commit adeb6575cb
4 changed files with 9 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ package jdshopapi
import (
"encoding/json"
"git.rosy.net.cn/jx-callback/globals"
"io/ioutil"
"net/http"
@@ -71,6 +72,7 @@ func (a *API) GetCallbackMsg(request *http.Request) (call *CallBackResult, err e
return nil, err
}
values, err := utils.HTTPBody2Values(data, false)
globals.SugarLogger.Debugf("------test GetCallbackMsg := %s", utils.Format4Output(data, false))
if err != nil {
return nil, err
}