xuhy
14 小时以前 b2555d95dc836b6e179cb22697b4ccc592d6af95
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);
    }