|
@@ -845,7 +845,7 @@ class Orders extends Api{
|
|
|
'active_id' => $regimentActiveInfo['id'],
|
|
|
'product_id' => $buyInfo['product_id'],
|
|
|
'people_number' => $isPay ? 0 : 1,
|
|
|
- 'status' => $isPay ? 4 : 0,
|
|
|
+ 'status' => 0,
|
|
|
'start_time' => $time,
|
|
|
'end_time' => $time + $regimentActiveInfo['expiration']*3600,
|
|
|
'update_time' => $time,
|