xiaoyong931011
2023-10-13 7ecd2c9bb7b1a77fd2d55a59b2ce85c9ddb26ee7
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);