|
@@ -108,6 +108,10 @@ class Issue extends BaseController
|
|
|
'end_time' => strtotime($data1->end_time),
|
|
'end_time' => strtotime($data1->end_time),
|
|
|
'winnings' => $arr,
|
|
'winnings' => $arr,
|
|
|
];
|
|
];
|
|
|
|
|
+
|
|
|
|
|
+ $data['aa'] = bcsub($data['end_time'], $data['current_time'], 0);
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
return $this->success($data);
|
|
return $this->success($data);
|
|
|
}
|
|
}
|
|
|
|
|
|