Alipay-HK 创建订单和异步回调

This commit is contained in:
2024-05-15 15:38:11 +08:00
parent d1fab003d2
commit 3790b8ee72
16 changed files with 429 additions and 69 deletions

View File

@@ -17,7 +17,7 @@ public class PaymentInfo extends BaseEntity{
private String tradeState;//交易状态
private Integer payerTotal;//支付金额()
private Long payerTotal;//支付金额()
private String content;//通知参数
}