mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-10-14 13:50:25 +00:00
build docker 构建镜像相关配置, all on one相关配置优化
This commit is contained in:
@@ -4,7 +4,7 @@ import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
|
||||
/**
|
||||
* 通道认证状态
|
||||
* 认证结果状态
|
||||
* @author xxm
|
||||
* @since 2024/9/24
|
||||
*/
|
||||
|
@@ -4,7 +4,7 @@ import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
|
||||
/**
|
||||
* 支付签名类型
|
||||
* 签名类型
|
||||
* 字典 sign_type
|
||||
* @author xxm
|
||||
* @since 2023/12/24
|
||||
|
@@ -69,13 +69,6 @@ public class CheckoutCreatParam extends PaymentCommonParam {
|
||||
@Digits(integer = 8, fraction = 2, message = "支付金额精度到分, 且要小于一亿元")
|
||||
private BigDecimal amount;
|
||||
|
||||
/**
|
||||
* 支付扩展参数
|
||||
*/
|
||||
@Schema(description = "支付扩展参数")
|
||||
@Size(max = 2048, message = "支付扩展参数不可超过2048位")
|
||||
private String extraParam;
|
||||
|
||||
/** 商户扩展参数,回调时会原样返回 */
|
||||
@Schema(description = "商户扩展参数")
|
||||
@Size(max = 500, message = "商户扩展参数不可超过500位")
|
||||
|
Reference in New Issue
Block a user