This commit is contained in:
richboo111
2024-01-10 10:09:57 +08:00
parent d3f7a10569
commit dbd175a36c

View File

@@ -478,8 +478,8 @@ func pushCallbackToGy(urlIndex string, msg interface{}) {
default:
request, err = http.NewRequest(http.MethodPost, "http://callback-jxgy.jxc4.com/SFPS/SfOrder", strings.NewReader(utils.Map2URLValues(param).Encode()))
}
globals.SugarLogger.Debugf("pushCallbackToGy request=%s,err=%v", utils.Format4Output(request, false), err)
if err != nil {
globals.SugarLogger.Debugf("sfsfsf pushCallbackToGy err=%v", err)
return
}
request.Header.Set("Content-Type", "application/x-www-form-urlencoded; charset=UTF-8")