We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在教学区登录失败,似乎是改了认证方式😭
日志如下:
[TRACE] Challenge: "176f7d4fc43da69a4846714e472d99099fbe79f83d9fe6dbf3eff1e2c24e9106" [TRACE] &{ClientIp:10.252.51.130 Error:login_error ErrorMsg:Nas type not found. OnlineIp:10.252.51.130 Res:login_error SrunVer:SRunCGIAuthIntfSvr V1.18 B20211014 St:1722583687}
The text was updated successfully, but these errors were encountered:
F12 看请求,看到新增了一个 nas_ip 参数,手动加上:query.Set("nas_ip", "")
nas_ip
query.Set("nas_ip", "")
另外我看到 这里 有讨论 ac_id 参数的设置,代码里是 0,我把它修改成了 F12 请求中的值,顺便改了改 os 和 name
ac_id
0
os
name
Sorry, something went wrong.
No branches or pull requests
在教学区登录失败,似乎是改了认证方式😭
日志如下:
The text was updated successfully, but these errors were encountered: