This commit is contained in:
2025-06-23 17:28:26 +08:00
parent 534adf126a
commit 1ae5c75f5e
6 changed files with 418 additions and 290 deletions

View File

@@ -163,7 +163,7 @@ const system = {
} else {
return request({
method: MethodsENUM.POST,
url: "/notice/getNotice",
url: "/task/getAllExchangeLog",
data: data,
});
}