fix 支付宝实体类字段类型不一致

This commit is contained in:
xxm1995
2023-07-11 09:16:29 +08:00
parent 72dc2acc41
commit e68ba7bcb2
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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;