This commit is contained in:
Kunagisa 2025-06-17 23:56:45 +08:00
parent 4cc94e2132
commit 5d0a268335

View File

@ -69,7 +69,7 @@ export const updateDemand = async (id, dataToUpdate) => {
/** /**
* 删除需求 * 删除需求
* @param {number} id - 需求ID * @param {number} id - 需求ID
* @returns {Promise<Object>} 返回删除需求的响应数据 * @returns {Promise<Object>} 返回删除需求的响应数据
*/ */
export const deleteDemand = async (id) => { export const deleteDemand = async (id) => {
try { try {