cqp 1 일 전
부모
커밋
ad796a3fda
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Jobs/ManDeviceJobLf.php

+ 1 - 1
app/Jobs/ManDeviceJobLf.php

@@ -81,7 +81,7 @@ class ManDeviceJobLf implements ShouldQueue
         list($status,$token) = ClearDataService::getTokenLf();
         if(! $status) return;
 
-        $url = $this->url . "/api/module-data/device_machine_record/device_machine_record/diy/create_single_data";
+        $url = $this->url . "api/module-data/device_machine_record/device_machine_record/diy/create_single_data";
         $post = [
             'bizId' => -1,
             'bizTypeEk' => 'LOWCODE',