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