xiaoyong931011
2023-07-25 18b9614fa2a291223b7d4b86ef75c12df4260ca2
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);