ajun hace 5 años
padre
commit
aa86b5ef68
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. 2 3
      app/Services/CacheShelfService.php

+ 2 - 3
app/Services/CacheShelfService.php

@@ -205,9 +205,8 @@ class   CacheShelfService
                 "uomDesc02" => "uo"
                 "uomDesc02" => "uo"
             ],
             ],
         ];
         ];
-        return new MaterialBox(['code' => 200]);
-//        $response = Http::post(config('api.haiq.storage.light'), $params);
-//        return json_decode($response->body());
+        $response = Http::post(config('api.haiq.storage.light'), $params);
+        return json_decode($response->body());
     }
     }
 
 
     /**
     /**