Example #1
0
 public function actionCron($type, $num)
 {
     \app\models\ApiVisitorDetail::cronUpdateVisitorDataType($type, $num, 5);
     return $this->render('cron');
 }