This commit is contained in:
2025-06-21 15:38:38 +08:00
parent be8a44b623
commit 481ef6edd4
13 changed files with 64 additions and 20 deletions

View File

@@ -383,6 +383,13 @@ const system = {
data: data
});
},
confirmTask: async (data) => {
return request({
method: MethodsENUM.POST,
url: "/task/confirmTask",
data: data
});
},
}
export default system;