*/ class BackendOnAuthController extends OnAuthController { /** * 用户类型 * * @var int */ protected $memberType = MemberTypeEnum::MANAGER; }