|
...
|
...
|
@@ -138,7 +138,7 @@ class AiBlogAuthorTask extends Command |
|
|
|
$aiBlogAuthorModel->edit($param,['id'=>$info['id']]);
|
|
|
|
echo '执行更新'.PHP_EOL;
|
|
|
|
}
|
|
|
|
$aiSettingInfo = $this->getSetting();
|
|
|
|
$aiSettingInfo = $this->getSetting($project_id);
|
|
|
|
$aiBlogService = new AiBlogService();
|
|
|
|
$aiBlogService->mch_id = $aiSettingInfo['mch_id'];
|
|
|
|
$aiBlogService->key = $aiSettingInfo['key'];
|
...
|
...
|
|