diff --git a/platformapi/jdshopapi/store_page.go b/platformapi/jdshopapi/store_page.go index ff0c4d79..ab23076f 100644 --- a/platformapi/jdshopapi/store_page.go +++ b/platformapi/jdshopapi/store_page.go @@ -25,6 +25,7 @@ func (a *API) AccessStorePage(fullURL string, bizParams map[string]interface{}, request, _ = http.NewRequest(http.MethodGet, utils.GenerateGetURL(fullURL, "", bizParams), nil) } a.FillRequestCookies(request) + fmt.Println("test1", utils.Format4Output(request.Cookies(), false)) return request }, a.config,