feat:更新选课接口

This commit is contained in:
2021-09-13 09:56:37 +08:00
parent b6478fe9a8
commit 70d766c36a
5 changed files with 75 additions and 51 deletions

View File

@@ -9,6 +9,9 @@ export interface ICourse {
export interface IAppConfig {
cookie: string,
qmsgKey: string,
tgApiDomain: string,
tgApiKey: string,
tgChatId: number,
interval: number,
channels: TChannel[],
monit?: {