ZhhController.php 288 B

123456789101112131415
  1. <?php
  2. namespace platform\controllers;
  3. use common\components\configDict;
  4. use common\components\util;
  5. use Yii;
  6. use yii\web\Controller;
  7. use yii\filters\AccessControl;
  8. use common\services\xhWxOpenAdminService;
  9. class ZhhController extends PlatformController
  10. {
  11. public $withoutLogin = [];
  12. }