xiaoyong931011
2023-10-10 18fb219ee5ed5c267665b4c84d2306eea25349f6
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);