mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-07 21:17:42 +00:00
feat 各种微调
This commit is contained in:
@@ -59,8 +59,8 @@ public class AliPayConfig extends MpBaseEntity implements EntityBaseFunction<Ali
|
||||
@DbColumn(comment = "同步通知页面路径")
|
||||
private String returnUrl;
|
||||
|
||||
/** 请求网关地址 */
|
||||
@DbColumn(comment = "请求网关地址")
|
||||
/** 支付网关地址 */
|
||||
@DbColumn(comment = "支付网关地址")
|
||||
private String serverUrl;
|
||||
|
||||
/**
|
||||
@@ -70,8 +70,8 @@ public class AliPayConfig extends MpBaseEntity implements EntityBaseFunction<Ali
|
||||
@DbColumn(comment = "认证类型")
|
||||
private String authType;
|
||||
|
||||
/** 签名类型 RSA/RSA2 */
|
||||
@DbColumn(comment = "签名类型 RSA/RSA2")
|
||||
/** 签名类型 RSA2 */
|
||||
@DbColumn(comment = "签名类型 RSA2")
|
||||
public String signType;
|
||||
|
||||
/** 支付宝公钥 */
|
||||
|
@@ -30,7 +30,7 @@ public class PayRepairRecord extends MpCreateEntity implements EntityBaseFunctio
|
||||
|
||||
/**
|
||||
* 修复号
|
||||
* 如果一次修复产生的修复记录有多个记录, 使用这个ID作为关联
|
||||
* 如果一次修复产生的修复记录有多个记录, 使用这个作为关联
|
||||
*/
|
||||
@DbColumn(comment = "修复号")
|
||||
private String repairNo;
|
||||
|
@@ -55,6 +55,7 @@ public class PayApiConfig extends MpBaseEntity implements EntityBaseFunction<Pay
|
||||
@DbColumn(comment = "只有异步支付才进行通知")
|
||||
private boolean onlyAsyncNotice;
|
||||
|
||||
@Deprecated
|
||||
@DbColumn(comment = "默认回调地址")
|
||||
private String noticeUrl;
|
||||
|
||||
|
Reference in New Issue
Block a user