1、接入paypal

2、修改支付宝支付
This commit is contained in:
2024-03-01 17:31:26 +08:00
parent e28502a00c
commit ee96759832
32 changed files with 1379 additions and 163 deletions

View File

@@ -22,4 +22,8 @@ public interface OrderInfoService extends IService<OrderInfo> {
List<OrderInfo> getNoPayOrderByDuration(int minutes, String paymentType);
OrderInfo getOrderByOrderNo(String orderNo);
List<OrderInfo> getOrderByAccountId(Long accountId);
void updateOrderNoById(Long id, String orderNo);
}