作者 lyh

gx创建作者

@@ -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('保存失败,请联系管理员');