京东设置门店状态cookie测试

This commit is contained in:
苏尹岚
2020-05-20 15:10:14 +08:00
parent bcdec280c7
commit 80a27ce4fc

View File

@@ -25,6 +25,7 @@ func (a *API) AccessStorePage(fullURL string, bizParams map[string]interface{},
request, _ = http.NewRequest(http.MethodGet, utils.GenerateGetURL(fullURL, "", bizParams), nil) request, _ = http.NewRequest(http.MethodGet, utils.GenerateGetURL(fullURL, "", bizParams), nil)
} }
a.FillRequestCookies(request) a.FillRequestCookies(request)
fmt.Println("test1", utils.Format4Output(request.Cookies(), false))
return request return request
}, },
a.config, a.config,