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

This commit is contained in:
xxm1995
2023-07-11 09:41:48 +08:00
parent e68ba7bcb2
commit 5948761b67

View File

@@ -41,7 +41,7 @@ public class AlipayConfigParam implements Serializable {
private String serverUrl;
@Schema(description = "认证类型 证书/公钥")
private Integer authType;
private String authType;
@Schema(description = "签名类型")
public String signType;