liujie
2 天以前 64c137c7d5bcdba2ff6be176f58e40e71d500aa5
ruoyi-applet/src/main/java/com/ruoyi/web/controller/api/WxPayController.java
@@ -81,7 +81,7 @@
        // 存储支付记录
        sysPayRecordService.saveData(orderNo, userId, sysOtherConfig.getAiPrice(), 1);
        // 调用支付方法
        Map<String, Object> result = wxV3Pay.jsApi(orderNo, totalPrice, openId, weixinPayProperties.getV3().getNotifyPayUrl(),"AI检测报告支付");
        Map<String, Object> result = wxV3Pay.jsApi(orderNo, totalPrice, openId,"AI检测报告支付");
        log.info("支付参数:{}", result);
        return R.ok(result);
    }