合并分支 'lyh-server' 到 'master'
gx数据 查看合并请求 !1476
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -63,8 +63,8 @@ class AiBlogAuthorTask extends Command | @@ -63,8 +63,8 @@ class AiBlogAuthorTask extends Command | ||
| 63 | $aiBlogService->mch_id = $aiSettingInfo['mch_id']; | 63 | $aiBlogService->mch_id = $aiSettingInfo['mch_id']; |
| 64 | $aiBlogService->key = $aiSettingInfo['key']; | 64 | $aiBlogService->key = $aiSettingInfo['key']; |
| 65 | $result = $aiBlogService->getAuthor(); | 65 | $result = $aiBlogService->getAuthor(); |
| 66 | - echo '作者数据:'.json_encode($result,true); | ||
| 67 | if(!isset($result['status'])){ | 66 | if(!isset($result['status'])){ |
| 67 | + echo '错误:'.json_encode($result,true); | ||
| 68 | continue; | 68 | continue; |
| 69 | } | 69 | } |
| 70 | if($result['status'] != 200){ | 70 | if($result['status'] != 200){ |
-
请 注册 或 登录 后发表评论