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',