Ken 1 주 전
부모
커밋
d023ba8f2e
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      app/Http/Controllers/api/Issue.php

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

@@ -108,9 +108,6 @@ 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);
     }