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