ZhhController.php 275 B

123456789101112131415
  1. <?php
  2. namespace pt\controllers;
  3. use common\components\dict;
  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 $guestAccess = [];
  12. }