作者 lyh

gx

... ... @@ -67,7 +67,7 @@ class GeneratePage extends Command
$this->output($c_url . ' | 请求成功');
} else {
$noticeModel->edit(['status'=>2],['id'=>$noticeInfo['id']]);
$this->output($c_url . ' | ' . ($re['message'] ?? '未返回失败原因'));
$this->output($c_url . ' | ' . (json_encode($re,true) ?? '未返回失败原因'));
}
$this->output(' taskID: ' . $noticeInfo['id'] . ' end');
} catch (\Exception $e) {
... ...