colly_wyx
2018-05-03 07a2ed1e505a9b983578336866117dd80a1352e9
application/modules/Public/controllers/Data.php
@@ -32,6 +32,15 @@
         die();
      }
      public function HourlyAction(){
         $task_service = new Service_Task();
         //$day = $this->get('day', date('Y-m-d'));
         $task_service->summary();
         die();
      }
   }