正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -55,7 +55,7 @@ class AiBlogLogic extends BaseLogic | @@ -55,7 +55,7 @@ class AiBlogLogic extends BaseLogic | ||
| 55 | $aiBlogService = new AiBlogService(); | 55 | $aiBlogService = new AiBlogService(); |
| 56 | $aiBlogService->mch_id = $aiSettingInfo['mch_id']; | 56 | $aiBlogService->mch_id = $aiSettingInfo['mch_id']; |
| 57 | $aiBlogService->key = $aiSettingInfo['key']; | 57 | $aiBlogService->key = $aiSettingInfo['key']; |
| 58 | - $aiBlogService->updateDetail(['title'=>$this->param['title'],'thumb'=>$this->param['image'],'route'=>$this->param['route'],'author_id'=>$this->param['author_id']]); | 58 | + $aiBlogService->updateDetail(['title'=>$this->param['new_title'],'thumb'=>$this->param['image'],'route'=>$this->param['route'],'author_id'=>$this->param['author_id']]); |
| 59 | // }catch (\Exception $e){ | 59 | // }catch (\Exception $e){ |
| 60 | // $this->fail('保存失败,请联系管理员'); | 60 | // $this->fail('保存失败,请联系管理员'); |
| 61 | // } | 61 | // } |
-
请 注册 或 登录 后发表评论