|
@@ -21,4 +21,12 @@ public class WxV3PayConfig {
|
|
|
// API V3密钥
|
|
// API V3密钥
|
|
|
public static String apiV3Key = "32ckcdcfvqXMBKgy4PfweplzNe4tWzCy";
|
|
public static String apiV3Key = "32ckcdcfvqXMBKgy4PfweplzNe4tWzCy";
|
|
|
|
|
|
|
|
|
|
+ //认证类型
|
|
|
|
|
+ public static String AuthenticationType = "WECHATPAY2-SHA256-RSA2048";
|
|
|
|
|
+
|
|
|
|
|
+ //
|
|
|
|
|
+ public static String keyAlias = "Tenpay Certificate";
|
|
|
|
|
+
|
|
|
|
|
+ public static String keyPath = "";
|
|
|
|
|
+
|
|
|
}
|
|
}
|