quanwei
2 days ago 04102f7237efefa744090ed7c25f7b5d0807b679
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'],