This commit is contained in:
邹宗楠
2022-10-17 14:06:04 +08:00
parent 86a58aaa49
commit 324e3671df
13 changed files with 8 additions and 36 deletions

View File

@@ -35,7 +35,6 @@ func (a *API) AccessAPI2(url string, params map[string]interface{}) (retVal map[
if err != nil {
return nil, err
}
globals.SugarLogger.Debug("进入AccessAPI2DATA=================", data)
err = platformapi.AccessPlatformAPIWithRetry(a.client,
func() *http.Request {
request, _ := http.NewRequest(http.MethodPost, url, strings.NewReader(string(data)))