|
...
|
...
|
@@ -143,10 +143,10 @@ class AiBlogAuthorTask extends Command |
|
|
|
$aiBlogService->mch_id = $aiSettingInfo['mch_id'];
|
|
|
|
$aiBlogService->key = $aiSettingInfo['key'];
|
|
|
|
$aiBlogService->updateAuthorInfo(['author_id'=>$param['author_id'],'route'=>$param['route'],'title'=>$param['title'],'picture'=>$param['image'],'description'=>$param['description']]);
|
|
|
|
// }catch (\Exception $e){
|
|
|
|
// echo 'error:'.$e->getMessage();
|
|
|
|
// continue;
|
|
|
|
// }
|
|
|
|
}catch (\Exception $e){
|
|
|
|
echo 'error:'.$e->getMessage();
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return true;
|
|
|
|
}
|
...
|
...
|
|