|
@@ -28,10 +28,7 @@ class Issue extends BaseController
|
|
|
'current_time' => time(),
|
|
'current_time' => time(),
|
|
|
'end_time' => strtotime($data1->end_time),
|
|
'end_time' => strtotime($data1->end_time),
|
|
|
'winnings' => $arr,
|
|
'winnings' => $arr,
|
|
|
-
|
|
|
|
|
];
|
|
];
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
return $this->success($data);
|
|
return $this->success($data);
|
|
|
}
|
|
}
|
|
|
|
|
|