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 }); }; /**