userId = Context::get("user_id",0); } /** * 主体函数抽象类 */ abstract public function handle(); }