This commit is contained in:
wangjinlei
2023-07-03 15:36:51 +08:00
parent bfa6734af4
commit 66c02137b4

View File

@@ -341,9 +341,6 @@ class Board extends Controller {
} }
} }
} }
$re['boards'] = $frag; $re['boards'] = $frag;
return jsonSuccess($re); return jsonSuccess($re);
} }