We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7d017 commit 62b5027Copy full SHA for 62b5027
1 file changed
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/config/WxPayConfig.java
@@ -272,12 +272,12 @@ public class WxPayConfig {
272
/**
273
* 是否将全部v3接口的请求都添加Wechatpay-Serial请求头,默认添加
274
*/
275
- private boolean strictlyNeedWechatPaySerial = false;
+ private boolean strictlyNeedWechatPaySerial = true;
276
277
278
* 是否完全使用公钥模式(用以微信从平台证书到公钥的灰度切换),默认使用
279
280
- private boolean fullPublicKeyModel = false;
+ private boolean fullPublicKeyModel = true;
281
282
283
* 返回所设置的微信支付接口请求地址域名.
0 commit comments