This commit is contained in:
richboo111
2024-01-10 15:29:31 +08:00
parent 603559750a
commit 5b1c9c78c3
2 changed files with 103 additions and 0 deletions

View File

@@ -136,6 +136,7 @@ func Err2CallbackResponse(err error) *CallbackResponse {
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)
globals.SugarLogger.Debugf("=======data=%s", string(data))
if err != nil {
return nil, CallbackResponseErr(false)
}