Ver código fonte

修改灭灯

ajun 5 anos atrás
pai
commit
aa86b5ef68
1 arquivos alterados com 2 adições e 3 exclusões
  1. 2 3
      app/Services/CacheShelfService.php

+ 2 - 3
app/Services/CacheShelfService.php

@@ -205,9 +205,8 @@ class   CacheShelfService
                 "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());
     }
 
     /**