瀏覽代碼

编辑海柔中

LD 5 年之前
父節點
當前提交
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{