|
|
@@ -111,8 +111,11 @@ class Issue extends BaseController
|
|
|
'issue_no' => $issue_no2,
|
|
|
'current_time' => time(),
|
|
|
'end_time' => $data1 ? strtotime($data1->end_time) : (strtotime($data2->end_time) + 210),
|
|
|
- 'winnings' => $arr,
|
|
|
+
|
|
|
+// 'winnings' => $arr,
|
|
|
];
|
|
|
+ $data['aa'] = $data['end_time'] - $data['current_time'];
|
|
|
+ $data['winnings'] = $arr;
|
|
|
return $this->success($data);
|
|
|
}
|
|
|
|