mirror of
https://gitee.com/dromara/dax-pay
synced 2026-08-09 14:36:00 +08:00
fix 支付宝实体类字段类型不一致
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user