LD 5 лет назад
Родитель
Сommit
4a741a01e2
1 измененных файлов с 0 добавлено и 10 удалено
  1. 0 10
      app/Services/ForeignHaiRoboticsService.php

+ 0 - 10
app/Services/ForeignHaiRoboticsService.php

@@ -125,20 +125,13 @@ class ForeignHaiRoboticsService
                 =$updateEventType)==1){
             return $this->markHasGot();
         }
-        switch ($updateEventType){
-            case 0:
-            case 1:
-        }
         $this->markHasGot();
 
     }
     public function markHasPut(
         $groupCode,
         $taskCode,
-        $updateEventType,   //0:task_begin(取货)1:task_end(放货)
-        $status,            //0:任务成功1:任务失败
         $binCode,
-        $robotId,
         $description
     ):bool{
 
@@ -147,10 +140,7 @@ class ForeignHaiRoboticsService
     public function markHasGot(
         $groupCode,
         $taskCode,
-        $updateEventType,   //0:task_begin(取货)1:task_end(放货)
-        $status,            //0:任务成功1:任务失败
         $binCode,
-        $robotId,
         $description
     ):bool{