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

绑定stoken问题 #38

Closed
yiyule10 opened this issue Dec 28, 2022 · 2 comments
Closed

绑定stoken问题 #38

yiyule10 opened this issue Dec 28, 2022 · 2 comments

Comments

@yiyule10
Copy link

如果发送cookie,包含多段数据,就会提示“绑定Stoken失败,异常:登录失效,请重新登录”
示例:stoken=xxxxx;stuid=xxxxx;ltoken=xxxxx;ltuid=xxxxx;account_id=xxxxx;cookie_token=xxxxx

发送此cookie的前三段,就会提示“绑定成功”
示例:stoken=xxxxx;stuid=xxxxx;ltoken=xxxxx

@ctrlcvs
Copy link
Owner

ctrlcvs commented Dec 28, 2022

首先cookie跟stoken是两个东西,其次的话不要把cookie跟stoken合并一起发送

如果发送cookie,包含多段数据,就会提示“绑定Stoken失败,异常:登录失效,请重新登录” 示例:stoken=xxxxx;stuid=xxxxx;ltoken=xxxxx;ltuid=xxxxx;account_id=xxxxx;cookie_token=xxxxx

发送此cookie的前三段,就会提示“绑定成功” 示例:stoken=xxxxx;stuid=xxxxx;ltoken=xxxxx

@yiyule10
Copy link
Author

首先cookie跟stoken是两个东西,其次的话不要把cookie跟stoken合并一起发送

如果发送cookie,包含多段数据,就会提示“绑定Stoken失败,异常:登录失效,请重新登录” 示例:stoken=xxxxx;stuid=xxxxx;ltoken=xxxxx;ltuid=xxxxx;account_id=xxxxx;cookie_token=xxxxx
发送此cookie的前三段,就会提示“绑定成功” 示例:stoken=xxxxx;stuid=xxxxx;ltoken=xxxxx

好的,感谢科普

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

2 participants