LD 5 лет назад
Родитель
Сommit
e032ea61d9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Http/Controllers/api/thirdPart/haiq/StorageController.php

+ 1 - 1
app/Http/Controllers/api/thirdPart/haiq/StorageController.php

@@ -202,7 +202,7 @@ class StorageController
         return ['code'=>200,'errMsg'=>'','data'=>$request->all()];
     }
     public function exception(Request $request){
-        $this->service->taskUpdate();
+        $this->service->throwException();
         app('LogService')->log(__METHOD__,__FUNCTION__,json_encode($request->all()));
         return ['code'=>200,'errMsg'=>'','data'=>$request->all()];
     }