比較提交
2 次程式碼提交
作者 | SHA1 | 日期 | |
---|---|---|---|
9f105939c1 | |||
dc3b4e0304 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
.idea
|
.idea
|
||||||
sdu-auto-evaluation.exe
|
|
||||||
|
2
main.go
2
main.go
@ -53,7 +53,7 @@ func main() {
|
|||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
html, _ = io.ReadAll(res.Body)
|
html, _ = io.ReadAll(res.Body)
|
||||||
if !strings.Contains(string(html), "强智科技教务系统欢迎") {
|
if !strings.Contains(string(html), "强智科技教务系统欢迎") && !strings.Contains(string(html), "进入选课") {
|
||||||
fmt.Println("用户名或密码错误")
|
fmt.Println("用户名或密码错误")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
二進制
sdu-auto-evaluation.exe
Normal file
二進制
sdu-auto-evaluation.exe
Normal file
未顯示二進位檔案。
載入中…
x
新增問題並參考
Block a user