admin/app/api/controller/plus/business/Top.php
@@ -132,7 +132,9 @@ // 构建支付参数 $payment = $orderModel->orderPayment($user, $orderModel, $payType, $params); if (!$payment) { return $this->renderError($orderModel->getError() ?: '订单支付失败'); } return $this->renderSuccess('', [ 'order_id' => $orderId, 'business_card_id' => $orderModel['business_card_id'],