Przeglądaj źródła

修改发起拼团接口

jun 4 miesięcy temu
rodzic
commit
5ee407d91d
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      app/Http/Controllers/Api/Orders.php

+ 0 - 2
app/Http/Controllers/Api/Orders.php

@@ -818,7 +818,6 @@ class Orders extends Api{
                     'active_id'     =>  $regimentActiveInfo['id'],
                     'product_id'    =>  $buyInfo['product_id'],
                     'people_number' =>  0,
-                    'status'        =>  4,
                     'start_time'    =>  $time,
                     'end_time'      =>  $time + $regimentActiveInfo['expiration']*3600,
                     'update_time'   =>  $time,
@@ -870,7 +869,6 @@ class Orders extends Api{
                 'active_id'     =>  $regimentActiveInfo['id'],
                 'product_id'    =>  $buyInfo['product_id'],
                 'order_id'      =>  $orderId,
-                'status'        =>  4,
                 'update_time'   =>  $time,
                 'insert_time'   =>  $time,
             ];