From a440fdcfa5b6bd144e8e64d72903a14535a39399 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Thu, 24 Oct 2024 17:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E5=91=98=E5=88=A0=E9=99=A4=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/ThirdApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/ThirdApi.js b/src/api/ThirdApi.js index d80b9d2f..5ea7e50a 100644 --- a/src/api/ThirdApi.js +++ b/src/api/ThirdApi.js @@ -18,4 +18,4 @@ export const REFRESH_TOKEN_API = "/userbasic/refreshToken"; export const COURSE_AUDIT = "/systemapi/xboe/m/course/manage/audit post formData"; export const OTHER_AUDIT = "/systemapi/xboe/m/course/audit/appoint post formData"; -export const ONLINE_COURSE_DEL = (id, courseId,studentId) => `/systemapi/xboe/school/study/course/delete-signup?id=${id}&couserId=${courseId}&studentId=${studentId} post`; \ No newline at end of file +export const ONLINE_COURSE_DEL = (id, courseId,studentId) => `/systemapi/xboe/school/study/course/delete-signup?id=${id}&courseId=${courseId}&studentId=${studentId} post`; \ No newline at end of file