|
@@ -203,7 +203,7 @@ class OrderService
|
|
'server_info' => isset($package['info']) ? $package['info'] : '',
|
|
'server_info' => isset($package['info']) ? $package['info'] : '',
|
|
'server_images' => isset($package['images']) ? $package['images'] : '',
|
|
'server_images' => isset($package['images']) ? $package['images'] : '',
|
|
'pay_fee' => isset($package['price']) ? $package['price'] : 0.00,
|
|
'pay_fee' => isset($package['price']) ? $package['price'] : 0.00,
|
|
- 'status' => 2,
|
|
+ 'status' => 1,
|
|
'pay_time' => $time,
|
|
'pay_time' => $time,
|
|
'paytype' => $orderPayType,
|
|
'paytype' => $orderPayType,
|
|
'total_fee' => isset($package['price']) ? $package['price'] : 0.00,
|
|
'total_fee' => isset($package['price']) ? $package['price'] : 0.00,
|