Skip to content

Commit 2024db2

Browse files
committed
移除无用代码
1 parent 69934b2 commit 2024db2

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

main.go

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,11 @@ var cookieId string
1717
var classType int
1818
var page int
1919

20-
type SliceMock struct {
21-
addr uintptr
22-
len int
23-
cap int
24-
}
25-
26-
type SaveViewRequest struct {
27-
json string
28-
}
29-
3020
type StartWatch struct {
3121
Id int `json:"id"`
3222
Status int `json:"status"`
3323
}
3424

35-
type Pages struct {
36-
PageNo int `json:"pageNo"`
37-
PageSize int `json:"pageSize"`
38-
}
39-
4025
func Welcome() {
4126
fmt.Println("========================================================================")
4227
fmt.Println("欢迎使用辽宁-专业技术人员继续教育-观看软件!请先登录,完成选课,并拿到 Cookie !")

0 commit comments

Comments
 (0)