作者 lyh

gx

@@ -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) {