From 5d0a26833528e0ddd35e4ccf38dd5a5a2c29adf2 Mon Sep 17 00:00:00 2001 From: Kunagisa <1549184870@qq.com> Date: Tue, 17 Jun 2025 23:56:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/demands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/demands.js b/src/api/demands.js index 97f5976..bf29480 100644 --- a/src/api/demands.js +++ b/src/api/demands.js @@ -69,7 +69,7 @@ export const updateDemand = async (id, dataToUpdate) => { /** * 删除需求 * @param {number} id - 需求ID - * @returns {Promise} 返回删除需求的响应数据 + * @returns {Promise} 返回删除需求的响应数据 */ export const deleteDemand = async (id) => { try {