mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
14 lines
178 B
PHP
14 lines
178 B
PHP
<?php
|
|
|
|
namespace app\common\service;
|
|
|
|
use base\common\service\AuthServiceBase;
|
|
|
|
/**
|
|
* 权限验证服务
|
|
* Class AuthService.
|
|
*/
|
|
class AuthService extends AuthServiceBase
|
|
{
|
|
}
|