|
...
|
...
|
@@ -176,11 +176,8 @@ class AiBlogLogic extends BaseLogic |
|
|
|
}
|
|
|
|
//推送到ai的数据结构
|
|
|
|
$data = [
|
|
|
|
'title'=>$param['new_title'],
|
|
|
|
'thumb'=>$param['image'],
|
|
|
|
'foreword'=>$param['description'],
|
|
|
|
'author_id'=>$this->param['author_id'],
|
|
|
|
'url'=>$param['route'],
|
|
|
|
'title'=>$param['new_title'], 'thumb'=>$param['image'], 'foreword'=>$param['description'],
|
|
|
|
'author_id'=>$this->param['author_id'], 'url'=>$param['route'],
|
|
|
|
];
|
|
|
|
if(isset($param['id']) && !empty($param['id'])){
|
|
|
|
$id = $param['id'];
|
...
|
...
|
|