|
|
@@ -52,8 +52,8 @@ class LightController
|
|
|
/** @var CacheShelfService $cacheShelfService */
|
|
|
$cacheShelfService = app(CacheShelfService::class);
|
|
|
$result = $cacheShelfService->lightOffTask($request['locCode'],$request['PTLAction']);
|
|
|
- $response['location']=$result['success'];
|
|
|
- $response['errMsg']=$result['errMsg'];
|
|
|
+ $response['location']=$result['success']??'';
|
|
|
+ $response['errMsg']=$result['errMsg']??'';
|
|
|
return $response;
|
|
|
case 'U型线拍灯':
|
|
|
// $this->foreignHaiRoboticsService->uLineLightPat($station);
|