1、接入paypal
2、修改支付宝支付
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user