Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

您好,请问要传递cookie,需要怎么传递的呢? #30

Open
HeyKin opened this issue Jul 19, 2018 · 0 comments
Open

您好,请问要传递cookie,需要怎么传递的呢? #30

HeyKin opened this issue Jul 19, 2018 · 0 comments

Comments

@HeyKin
Copy link

HeyKin commented Jul 19, 2018

我用下面的这种方式传,是无效的。
List seimiCookies = new ArrayList();
SeimiCookie s = null;
s = new SeimiCookie("xxx", "/", "xxx", "xxxx");
seimiCookies.add(s);
push(Request.build("xxxxxxxxxxxxx", "getQus")
.setSeimiAgentUseCookie(true)
.setSeimiAgentRenderTime(6000)
.setSeimiAgentContentType(SeimiAgentContentType.HTML)
.setSeimiCookies(seimiCookies));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant