Example #1
0
 public function getproduct($cate, $page)
 {
     $a = Product::Get_Product($cate, $page);
     return Response::json($a);
 }