|
|
|
|
@ -10,8 +10,8 @@ class TestController extends Controller
|
|
|
|
|
{
|
|
|
|
|
public function DBtest(){
|
|
|
|
|
echo DB::table('users')->count();
|
|
|
|
|
// $order= new OrderService();
|
|
|
|
|
// $order->DepartmentItemCount(33);
|
|
|
|
|
//$order= new OrderService();
|
|
|
|
|
// dd($order->DepartmentItemCount(33));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public function ApiTest(){
|
|
|
|
|
|