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