This commit is contained in:
2025-06-23 19:07:23 +08:00
parent 1ae5c75f5e
commit b98de4746d
5 changed files with 95 additions and 17 deletions

View File

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