|
@@ -37,7 +37,10 @@ public class WxPayConfig extends SuperMain {
|
|
|
public String apiV3Key;
|
|
public String apiV3Key;
|
|
|
|
|
|
|
|
@Schema(description = "认证类型")
|
|
@Schema(description = "认证类型")
|
|
|
- public String AuthenticationType;
|
|
|
|
|
|
|
+ public String authenticationType;
|
|
|
|
|
+
|
|
|
|
|
+ @Schema(description = "key文件地址类型,oss、local")
|
|
|
|
|
+ private String privateKeyType = "";
|
|
|
|
|
|
|
|
@Schema(description = "私钥地址")
|
|
@Schema(description = "私钥地址")
|
|
|
public String privateKeyPath;
|
|
public String privateKeyPath;
|
|
@@ -45,6 +48,4 @@ public class WxPayConfig extends SuperMain {
|
|
|
@Schema(description = "支付成功回调地址")
|
|
@Schema(description = "支付成功回调地址")
|
|
|
private String notifyUrl;
|
|
private String notifyUrl;
|
|
|
|
|
|
|
|
- @Schema(description = "证书地址")
|
|
|
|
|
- private String pemFileUrl;
|
|
|
|
|
}
|
|
}
|