This commit is contained in:
邹宗楠
2022-10-24 11:22:08 +08:00
parent 24b8b4ad97
commit c43d4d5f29
6 changed files with 1 additions and 10 deletions

View File

@@ -65,7 +65,6 @@ func (a *API) AccessStorePage(fullURL string, bizParams map[string]interface{},
request, _ = http.NewRequest(http.MethodGet, utils.GenerateGetURL(fullURL, "", bizParams), nil)
}
a.FillRequestCookies(request)
//globals.SugarLogger.Debugf("AccessStorePageAccessStorePageAccessStorePage request", utils.Format4Output(request, true))
return request
},
a.config,