laravel http状态返回和常用查询
laravel http状态返回和常用查询
$a = Tel::orderby('key', 'asc')->get(); //数组对象结果
return response()->json(['hello' => 123],401); //设置http状态
最近访问时间:2025-04-30 20:00:22