KKSU
2024-01-15 c2e8eee6cf751938f53d5839041d4ad2b9435ebf
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);