|
...
|
...
|
@@ -56,6 +56,7 @@ class AiBlogLogic extends BaseLogic |
|
|
|
$aiBlogService->mch_id = $aiSettingInfo['mch_id'];
|
|
|
|
$aiBlogService->key = $aiSettingInfo['key'];
|
|
|
|
$aiBlogService->route = generateRoute(Translate::tran($this->param['route'], 'en'));
|
|
|
|
$aiBlogService->createAuthor();
|
|
|
|
$result = $aiBlogService->createTask($this->param['keyword'],$this->param['type']);
|
|
|
|
if($result['status'] == 200){
|
|
|
|
$aiBlogTaskModel = new AiBlogTask();
|
...
|
...
|
|