|
@@ -688,6 +688,8 @@ class DouYinService
|
|
|
$params['consultationOrderId'] = $consultationOrderId;
|
|
$params['consultationOrderId'] = $consultationOrderId;
|
|
|
$params['open_id'] = $order->open_id;
|
|
$params['open_id'] = $order->open_id;
|
|
|
$params['goods_id'] = $order->goods_id;
|
|
$params['goods_id'] = $order->goods_id;
|
|
|
|
|
+ }else{
|
|
|
|
|
+ throw new \Exception('预约失败');
|
|
|
}
|
|
}
|
|
|
Db::commit();
|
|
Db::commit();
|
|
|
|
|
|