This commit is contained in:
雷欧(林平凡)
2025-01-07 13:40:21 +08:00
parent 4fddc08818
commit 9d63f6e180
3 changed files with 50 additions and 42 deletions

View File

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