AlipayHK 回调及相关数据处理

This commit is contained in:
2024-05-31 16:28:23 +08:00
parent 1aea8e93f2
commit 86e7119cfb
15 changed files with 84 additions and 60 deletions

View File

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