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

@@ -11,11 +11,11 @@ public class OrderInfo extends BaseEntity{
private String orderNo;//商户订单编号
private Long userId;//用户id
private Long accountId;//用户id
private Long productId;//支付产品id
private Integer totalFee;//订单金额()
private Integer totalFee;//订单金额()
private String codeUrl;//订单二维码连接

View File

@@ -11,7 +11,7 @@ public class RefundInfo extends BaseEntity{
private String refundNo;//退款单编号
private String refundId;//支付系统退款单号
private String refundId;//支付系统退款单号(微信)
private Integer totalFee;//原订单金额(分)