1
This commit is contained in:
@@ -33,7 +33,7 @@ public class OrderController {
|
||||
@ResponseBody
|
||||
public String refreshHistory(String token) throws Exception {
|
||||
if (checkToken(token)) {
|
||||
jdUtils.fetchHistoricalOrders();
|
||||
jdUtils.fetchHistoricalOrders3060();
|
||||
}
|
||||
return "OK";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user