正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -67,7 +67,7 @@ class GeneratePage extends Command | @@ -67,7 +67,7 @@ class GeneratePage extends Command | ||
| 67 | $this->output($c_url . ' | 请求成功'); | 67 | $this->output($c_url . ' | 请求成功'); |
| 68 | } else { | 68 | } else { |
| 69 | $noticeModel->edit(['status'=>2],['id'=>$noticeInfo['id']]); | 69 | $noticeModel->edit(['status'=>2],['id'=>$noticeInfo['id']]); |
| 70 | - $this->output($c_url . ' | ' . ($re['message'] ?? '未返回失败原因')); | 70 | + $this->output($c_url . ' | ' . (json_encode($re,true) ?? '未返回失败原因')); |
| 71 | } | 71 | } |
| 72 | $this->output(' taskID: ' . $noticeInfo['id'] . ' end'); | 72 | $this->output(' taskID: ' . $noticeInfo['id'] . ' end'); |
| 73 | } catch (\Exception $e) { | 73 | } catch (\Exception $e) { |
-
请 注册 或 登录 后发表评论