作者 lyh

gx创建作者

@@ -110,7 +110,7 @@ class AiBlogController extends BaseController @@ -110,7 +110,7 @@ class AiBlogController extends BaseController
110 * @time :2025/2/21 11:44 110 * @time :2025/2/21 11:44
111 */ 111 */
112 public function getAiBlogAuthor(AiBlogAuthor $aiBlogAuthor){ 112 public function getAiBlogAuthor(AiBlogAuthor $aiBlogAuthor){
113 - $field = ['author_id','title','image','created_at','updated_at']; 113 + $field = ['id','author_id','title','image','created_at','updated_at'];
114 $lists = $aiBlogAuthor->lists($this->map,$this->page,$this->row,'id',$field); 114 $lists = $aiBlogAuthor->lists($this->map,$this->page,$this->row,'id',$field);
115 $this->response('success',Code::SUCCESS,$lists); 115 $this->response('success',Code::SUCCESS,$lists);
116 } 116 }