不等比缩放

This commit is contained in:
2024-05-28 11:17:46 +08:00
parent f4e9a3474a
commit fb8de15eca
6 changed files with 80 additions and 79 deletions

View File

@@ -23,7 +23,7 @@ public class PaypalTask {
@Resource
private PayPalCheckoutService payPalCheckoutService;
// @Scheduled(cron = "0/30 * * * * ?")
@Scheduled(cron = "0/30 * * * * ?")
public void orderConfirm() throws SerializeException {
log.info("PayPal orderConfirm 被执行......");