From 564374250b8abe54ae5e9c7e941a7a6e847fde80 Mon Sep 17 00:00:00 2001 From: DevOps Date: Mon, 29 Dec 2025 15:42:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(api):=20=E4=BF=AE=E5=A4=8DupdateCheckInStat?= =?UTF-8?q?us=20API=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/martial/schedulePlan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/martial/schedulePlan.js b/src/api/martial/schedulePlan.js index 247224e..799a9c8 100644 --- a/src/api/martial/schedulePlan.js +++ b/src/api/martial/schedulePlan.js @@ -202,7 +202,7 @@ export const exportSchedulePlans = (params) => { */ export const updateCheckInStatus = (participantId, status) => { return request({ - url: '/api/blade-martial/schedule/update-check-in-status', + url: '/api/martial/schedule/update-check-in-status', method: 'post', data: { participantId, status } })