From 27e478abf05adfe4e91520af20816e274e641f73 Mon Sep 17 00:00:00 2001 From: Xecades Date: Mon, 17 Feb 2025 21:41:10 +0800 Subject: [PATCH] fix: change API url --- pkg/zjuservice/ugrsical/ugrsical.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/zjuservice/ugrsical/ugrsical.go b/pkg/zjuservice/ugrsical/ugrsical.go index 585ab7c..2bc97ad 100644 --- a/pkg/zjuservice/ugrsical/ugrsical.go +++ b/pkg/zjuservice/ugrsical/ugrsical.go @@ -17,7 +17,7 @@ import ( const ( kAppServiceLoginUrl = "https://zjuam.zju.edu.cn/cas/login?service=http%3A%2F%2Fappservice.zju.edu.cn%2F" - kAppServiceGetWeekClassInfo = "http://appservice.zju.edu.cn/zju-smartcampus/zdydjw/api/kbdy_cxXsZKbxx" + kAppServiceGetWeekClassInfo = "http://appservice.zju.edu.cn/zju-smartcampus/zdydjw/api/kbdy_cxDqXnxxq" kAppServiceGetExamOutlineInfo = "http://appservice.zju.edu.cn/zju-smartcampus/zdydjw/api/kkqk_cxXsksxx" kAppServiceGetClassScore = "http://appservice.zju.edu.cn/zju-smartcampus/zdydjw/api/kkqk_cxXscjxx" )