...
|
...
|
@@ -535,7 +535,7 @@ class Order extends Api |
|
|
// 如果使用了优惠券,就把优惠券状态变为已使用
|
|
|
UserCoupon::where('id',$coupon_id)->update(['status'=>'1']);
|
|
|
// 待支付自动关闭
|
|
|
$close_minue = 15;
|
|
|
$close_minue = 2;
|
|
|
\think\Queue::later(($close_minue * 60), '\app\api\job\OrderAutoOper@autoClose', ['order_id' => $ordermodel->id], 'temporaryfood');
|
|
|
Db::commit();
|
|
|
}catch (PDOException $e){
|
...
|
...
|
|