1 Commits
Author SHA1 Message Date
TamakoStar 529011b0dd (#28)Add Schedule API 2022-01-20 23:47:02 +08:00
-2
View File
@@ -58,8 +58,6 @@ type IScheduleOutput = {
*/
class Schedlue extends EduBase<IScheduleInput, IScheduleOutput> {
public override baseUrl: string = "https://jwc.2333.pub";
public override url = "/course_timetable";
public override method: HTTPMethod = HTTPMethod.GET;