Kaynağa Gözat

添加分页status

chenxiqiang 6 yıl önce
ebeveyn
işleme
5bcf8f1edf

+ 1
- 1
manage-server/app/Http/Controllers/ProductController.php Dosyayı Görüntüle

59
     {
59
     {
60
 
60
 
61
         $json = Product::paginate(20)->toJson();
61
         $json = Product::paginate(20)->toJson();
62
-        $json["status"] = 0;
62
+        $json->status = 0;
63
         return $json;
63
         return $json;
64
     }
64
     }
65
 }
65
 }

Loading…
İptal
Kaydet