adminId = Context::get('admin_id',0); } /** * 主函数抽象类 */ abstract public function handle(); }