|
|
@ -222,7 +222,7 @@ class OrderController extends Controller |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if ($formData['pay_type'] == PayType::OFFLINE) { //线下支付
|
|
|
if ($formData['pay_type'] == PayType::OFFLINE) { //线下支付
|
|
|
return $this->success('操作成功,请及时联系客服付款'); |
|
|
|
|
|
|
|
|
return $this->success(['id' => $order_id], '操作成功,请及时联系客服付款'); |
|
|
} else { //在线支付或定金支付
|
|
|
} else { //在线支付或定金支付
|
|
|
$config = $this->payConfig($order, $price); |
|
|
$config = $this->payConfig($order, $price); |
|
|
if (!empty($config['paySign'])) { |
|
|
if (!empty($config['paySign'])) { |
|
|
|