mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-02-16 13:26:23 +08:00
微信支付模块配置中增加ifSaveApiData参数,可以选择是否保存接口请求信息到ThreadLocal中方便读取
This commit is contained in:
@@ -88,6 +88,13 @@ public class WxPayConfig {
|
||||
* 默认不使用
|
||||
*/
|
||||
private boolean useSandboxEnv = false;
|
||||
|
||||
/**
|
||||
* 是否将接口请求日志信息保存到threadLocal中.
|
||||
* 默认不保存
|
||||
*/
|
||||
private boolean ifSaveApiData = false;
|
||||
|
||||
private String httpProxyHost;
|
||||
private Integer httpProxyPort;
|
||||
private String httpProxyUsername;
|
||||
|
||||
Reference in New Issue
Block a user