From af5e576f829b51da02b586a5aeb7babe3c6910ff Mon Sep 17 00:00:00 2001 From: gpu Date: Wed, 4 Feb 2026 21:10:37 +0800 Subject: [PATCH] 321 --- honey_box/common/server/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/honey_box/common/server/user.js b/honey_box/common/server/user.js index cec48f76..58c736a8 100644 --- a/honey_box/common/server/user.js +++ b/honey_box/common/server/user.js @@ -137,7 +137,7 @@ export const getTaskList = async (type) => { * @returns {Promise} 领取结果 */ export const receiveTaskReward = async (taskId) => { - return await RequestManager.post('/ling_task', { task_list_id: taskId }); + return await RequestManager.post('/ling_task', { TaskListId: taskId }); }; /**