Ken 1 tuần trước cách đây
mục cha
commit
a3d11ff883
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Http/Controllers/api/Issue.php

+ 1 - 1
app/Http/Controllers/api/Issue.php

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