Ken 1 týždeň pred
rodič
commit
ce9667def9
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      app/Http/Controllers/api/Issue.php

+ 3 - 0
app/Http/Controllers/api/Issue.php

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