This commit is contained in:
wangjinlei
2022-03-31 13:40:28 +08:00
parent 6d76720bbd
commit aa455942d5
2 changed files with 1 additions and 3 deletions

View File

@@ -556,8 +556,6 @@ class Journal extends Controller {
$list[$k]['isShowOtime'] = 0;
}
}
return json(['code' => 0, 'msg' => 'success', 'data' => ['stage' => $stage_info, 'articleList' => $list]]);
}