(#28)Add Schedule API

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

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";