|
...
|
...
|
@@ -34,7 +34,7 @@ class AiBlogController extends BaseController |
|
|
|
* @time :2025/2/14 13:59
|
|
|
|
*/
|
|
|
|
public function getAiBlog(AiBlog $aiBlog){
|
|
|
|
$lists = $aiBlog->lists($this->map,$this->page,$this->row,['id','new_title','task_id','status','created_at','updated_at']);
|
|
|
|
$lists = $aiBlog->lists($this->map,$this->page,$this->row,'id',['id','new_title','task_id','status','created_at','updated_at']);
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|