This commit is contained in:
gpu 2026-02-04 21:10:37 +08:00
parent cd77f7f83b
commit af5e576f82

View File

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