Explorar el Código

修改产品首页展示接口

chenxiqiang hace 6 años
padre
commit
63d36929bd
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1
    2
      manage-server/app/Http/Controllers/ProductController.php

+ 1
- 2
manage-server/app/Http/Controllers/ProductController.php Ver fichero

@@ -106,8 +106,7 @@ class ProductController extends Controller
106 106
             return [
107 107
                 "id" => $t["id"],
108 108
                 "name" => $t["name"],
109
-                "photo" => $t["photo"],
110
-                "location" => $t["location"]
109
+                "photo" => $t["photo"]
111 110
             ];
112 111
         }, $top);
113 112
 

Loading…
Cancelar
Guardar