|
|
@@ -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
|