This commit is contained in:
yuping
2023-08-04 16:45:15 +08:00
parent e033ab825e
commit 379f9448bd
2 changed files with 3 additions and 1 deletions

View File

@@ -14,5 +14,6 @@ export const TEST_PAGE = "/api/b1/system/quiz/quiz-list post formData";
export const ONLINE_PAGE = "/systemapi/xboe/m/course/manage/pagelist post formData";
export const LOGOUT = "/userbasic/logout post";
export const REFRESH_TOKEN_API = "/userbasic/refreshToken";
export const ONLINE_COURSE_DEL = (id, courseId) => `/systemapi/xboe/school/study/course/delete-signup?id=${id}&couserId=${courseId} post`;