Procházet zdrojové kódy

添加分页status

chenxiqiang před 7 roky
rodič
revize
fdea9271cd

+ 0
- 1
manage-server/app/Http/Controllers/ProductController.php Zobrazit soubor

@@ -59,7 +59,6 @@ class ProductController extends Controller
59 59
     {
60 60
 
61 61
         $json = Product::paginate(20)->toJson();
62
-        $json->status = 0;
63 62
         return $json;
64 63
     }
65 64
 }

Loading…
Zrušit
Uložit