From 529011b0dda2a219f34b6f3c508f7beb979ac550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=89=E5=AD=90?= Date: Thu, 20 Jan 2022 23:47:02 +0800 Subject: [PATCH] (#28)Add Schedule API --- miniprogram/api/Schedule.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/miniprogram/api/Schedule.ts b/miniprogram/api/Schedule.ts index 042a9bf..5926916 100644 --- a/miniprogram/api/Schedule.ts +++ b/miniprogram/api/Schedule.ts @@ -57,8 +57,6 @@ type IScheduleOutput = { * 请求成功后将获得教务处返回的课程表JSON文件 */ class Schedlue extends EduBase { - - public override baseUrl: string = "https://jwc.2333.pub"; public override url = "/course_timetable";