'删除', 1 => '启用', 2 => '关闭']; return [ 'id' => $this->id, 'name' => $this->name, 'method' => $this->method, 'title' => $this->title, 'group' => $this->group, 'module' => $this->module, 'condition' => $this->condition, 'status' => $this->status, 'status_txt' => $status_txts[$this->status] ]; } }