mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-15 12:30:51 +08:00
refactor: 规范状态码、抛出异常的使用
This commit is contained in:
@@ -11,8 +11,6 @@ class PlanController extends Controller
|
||||
public function fetch(Request $request)
|
||||
{
|
||||
$plan = Plan::where('show', 1)->get();
|
||||
return response([
|
||||
'data' => $plan
|
||||
]);
|
||||
return $this->success($plan);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user