🎨 #3976 【微信支付】v3接口默认走公钥模式,并统一携带 Wechatpay-Serial 请求头
This commit is contained in:
@@ -270,14 +270,14 @@ public class WxPayConfig {
|
||||
private Verifier verifier;
|
||||
|
||||
/**
|
||||
* 是否将全部v3接口的请求都添加Wechatpay-Serial请求头,默认不添加
|
||||
* 是否将全部v3接口的请求都添加Wechatpay-Serial请求头,默认添加
|
||||
*/
|
||||
private boolean strictlyNeedWechatPaySerial = false;
|
||||
private boolean strictlyNeedWechatPaySerial = true;
|
||||
|
||||
/**
|
||||
* 是否完全使用公钥模式(用以微信从平台证书到公钥的灰度切换),默认不使用
|
||||
* 是否完全使用公钥模式(用以微信从平台证书到公钥的灰度切换),默认使用
|
||||
*/
|
||||
private boolean fullPublicKeyModel = false;
|
||||
private boolean fullPublicKeyModel = true;
|
||||
|
||||
/**
|
||||
* 返回所设置的微信支付接口请求地址域名.
|
||||
|
||||
Reference in New Issue
Block a user