|
|
@ -16,6 +16,7 @@ class PassengerFlow extends Controller |
|
|
*/ |
|
|
*/ |
|
|
public function allGroupTimeNum($granularity) { |
|
|
public function allGroupTimeNum($granularity) { |
|
|
|
|
|
|
|
|
|
|
|
$granularity = $this->postData('granularity'); |
|
|
if (empty($granularity)) $this->renderError('date参数不能为空'); |
|
|
if (empty($granularity)) $this->renderError('date参数不能为空'); |
|
|
|
|
|
|
|
|
$allTimeData = []; |
|
|
$allTimeData = []; |
|
|
|