正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -138,7 +138,7 @@ class AiBlogAuthorTask extends Command | @@ -138,7 +138,7 @@ class AiBlogAuthorTask extends Command | ||
| 138 | $aiBlogAuthorModel->edit($param,['id'=>$info['id']]); | 138 | $aiBlogAuthorModel->edit($param,['id'=>$info['id']]); |
| 139 | echo '执行更新'.PHP_EOL; | 139 | echo '执行更新'.PHP_EOL; |
| 140 | } | 140 | } |
| 141 | - $aiSettingInfo = $this->getSetting(); | 141 | + $aiSettingInfo = $this->getSetting($project_id); |
| 142 | $aiBlogService = new AiBlogService(); | 142 | $aiBlogService = new AiBlogService(); |
| 143 | $aiBlogService->mch_id = $aiSettingInfo['mch_id']; | 143 | $aiBlogService->mch_id = $aiSettingInfo['mch_id']; |
| 144 | $aiBlogService->key = $aiSettingInfo['key']; | 144 | $aiBlogService->key = $aiSettingInfo['key']; |
-
请 注册 或 登录 后发表评论