支付优化-续订失败邮件通知

This commit is contained in:
2024-11-28 10:43:06 +08:00
parent 5019fbd3fc
commit 1b15aed6a2
9 changed files with 269 additions and 42 deletions

View File

@@ -30,4 +30,7 @@ public class PaymentInfo extends BaseEntity{
private String paymentMethod;
private String last4;
// 发票托管页面
private String hostedInvoiceUrl;
}