(#28)Add Schedule API

This commit is contained in:
海洋201-胡昌宏 2022-01-20 23:47:02 +08:00
parent 4da257c2e2
commit 529011b0dd

View File

@ -58,8 +58,6 @@ type IScheduleOutput = {
*/ */
class Schedlue extends EduBase<IScheduleInput, IScheduleOutput> { class Schedlue extends EduBase<IScheduleInput, IScheduleOutput> {
public override baseUrl: string = "https://jwc.2333.pub";
public override url = "/course_timetable"; public override url = "/course_timetable";
public override method: HTTPMethod = HTTPMethod.GET; public override method: HTTPMethod = HTTPMethod.GET;