|
...
|
...
|
@@ -63,8 +63,8 @@ class AiBlogAuthorTask extends Command |
|
|
|
$aiBlogService->mch_id = $aiSettingInfo['mch_id'];
|
|
|
|
$aiBlogService->key = $aiSettingInfo['key'];
|
|
|
|
$result = $aiBlogService->getAuthor();
|
|
|
|
echo '作者数据:'.json_encode($result,true);
|
|
|
|
if(!isset($result['status'])){
|
|
|
|
echo '错误:'.json_encode($result,true);
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
if($result['status'] != 200){
|
...
|
...
|
|