fix(PaymentParam): 新增异步跳转路径属性并修正文档说明

新增`notifyUrl`属性至`PaymentParam`类以处理异步跳转路径。该属性在先前的提交中被遗漏,导致文档与实际实现不符。此次更新既包括属性添加,也包括对文档的修正,确保其准确反映代码状态。
master
wxy 2024-08-26 10:56:27 +08:00
parent 110ee821e0
commit dd0d355324
1 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,12 @@ public class PaymentParam {
*/
private String returnUrl;
/**
*
*/
private String notifyUrl;
/**
*
*/