mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-10-14 05:40:25 +00:00
fix 支付宝实体类字段类型不一致
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# java8基础镜像
|
# java8基础镜像
|
||||||
FROM registry.cn-beijing.aliyuncs.com/xxm1995/java8
|
FROM openjdk:8-jre
|
||||||
|
|
||||||
# 作者信息
|
# 作者信息
|
||||||
MAINTAINER xxm1995@outlook.com
|
MAINTAINER xxm1995@outlook.com
|
||||||
|
@@ -45,7 +45,7 @@ public class AlipayConfigDto extends BaseDto implements Serializable {
|
|||||||
private String serverUrl;
|
private String serverUrl;
|
||||||
|
|
||||||
@Schema(description = "认证类型 证书/公钥")
|
@Schema(description = "认证类型 证书/公钥")
|
||||||
private Integer authType;
|
private String authType;
|
||||||
|
|
||||||
@Schema(description = "签名类型")
|
@Schema(description = "签名类型")
|
||||||
private String signType;
|
private String signType;
|
||||||
|
Reference in New Issue
Block a user