<?php namespace app\api\controller; use think\Db; class Usermanage extends Base { /** * @title 会员管理 * @controller Usercenter * @group base */ public function initialize() { parent::check_login(); } }