|
|
@@ -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());
|
|
|
}
|
|
|
|
|
|
/**
|