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); }