321
This commit is contained in:
parent
cd77f7f83b
commit
af5e576f82
|
|
@ -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 });
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user