(#28)Add Schedule API

This commit is contained in:
2022-01-20 23:47:02 +08:00
parent 4da257c2e2
commit 529011b0dd
-2
View File
@@ -57,8 +57,6 @@ type IScheduleOutput = {
* 请求成功后将获得教务处返回的课程表JSON文件
*/
class Schedlue extends EduBase<IScheduleInput, IScheduleOutput> {
public override baseUrl: string = "https://jwc.2333.pub";
public override url = "/course_timetable";