作者 lyh

gx创建作者

@@ -110,8 +110,8 @@ class AiBlogController extends BaseController @@ -110,8 +110,8 @@ 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','description','created_at','updated_at'];  
114 - $lists = $aiBlogAuthor->lists($this->map,$this->page,$this->row,$field); 113 + $field = ['author_id','title','image','created_at','updated_at'];
  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 }
117 117