cqp пре 3 недеља
родитељ
комит
2e8ef22835
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      app/Jobs/ManDeviceJobJLWM.php
  2. 1 1
      app/Jobs/ManDeviceJobLf.php

+ 1 - 1
app/Jobs/ManDeviceJobJLWM.php

@@ -107,7 +107,7 @@ class ManDeviceJobJLWM implements ShouldQueue
         list($status,$token) = ClearDataService::getTokenJLWM();
         if(! $status) return [false, $token];
 
-        $url = $this->url . "api/module-data/hc_device_machine_record/hc_device_machine_record/diy/create_data";
+        $url = $this->url . "api/module-data/jlwm_device_machine_record/jlwm_device_machine_record/diy/create_data";
         $post = [
             'data' => [
                 'device_machine_record' => $data

+ 1 - 1
app/Jobs/ManDeviceJobLf.php

@@ -107,7 +107,7 @@ class ManDeviceJobLf implements ShouldQueue
         list($status,$token) = ClearDataService::getTokenLf();
         if(! $status) return [false, $token];
 
-        $url = $this->url . "api/module-data/hc_device_machine_record/hc_device_machine_record/diy/create_data";
+        $url = $this->url . "api/module-data/device_machine_record/device_machine_record/diy/create_data";
         $post = [
             'data' => [
                 'device_machine_record' => $data