This commit is contained in:
雷欧(林平凡)
2024-12-05 10:58:32 +08:00
parent 8fd6bad912
commit 1deb229328
2 changed files with 117 additions and 45 deletions

View File

@@ -33,7 +33,7 @@ public class OrderController {
@ResponseBody
public String refreshHistory(String token) throws Exception {
if (checkToken(token)) {
jdUtils.fetchHistoricalOrders();
jdUtils.fetchHistoricalOrders3060();
}
return "OK";
}