| 123456789101112131415161718192021 |
- <?php
- namespace backend\controllers;
- use Yii;
- use yii\web\Controller;
- use yii\helpers\Json;
- use common\components\util;
- use common\components\configDict;
- use common\components\stringUtil;
- use common\services\xhVisitByDayService;
- class VisitController extends BackendController
- {
- public $withoutLogin = [];
- public function actionIndex()
- {
- }
- }
|