xiaoyong931011
2023-05-12 a21e76420d8df9a66ec98c395889ffcf5598654b
src/main/java/cc/mrbird/febs/pay/configure/WxPayConfiguration.java
@@ -31,6 +31,7 @@
        payConfig.setMchId(StrUtil.trim(this.properties.getMchId()));
        payConfig.setMchKey(StrUtil.trim(this.properties.getMchKey()));
        payConfig.setKeyPath(StrUtil.trim(this.properties.getKeyPath()));
        payConfig.setNotifyUrl(StrUtil.trim(this.properties.getNoticeUrl()));
        // 可以指定是否使用沙箱环境
        payConfig.setUseSandboxEnv(false);