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