update 采集是判断设备重连以及监听设备断开链接的时间
This commit is contained in:
parent
131db42a6b
commit
35068581a1
|
@ -182,6 +182,7 @@ class DataCollectController extends BaseApiController
|
||||||
];
|
];
|
||||||
DeviceOffline::create($addData);
|
DeviceOffline::create($addData);
|
||||||
}
|
}
|
||||||
|
return $this->success('接收成功');
|
||||||
}
|
}
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
return $this->fail($e->getMessage());
|
return $this->fail($e->getMessage());
|
||||||
|
|
Loading…
Reference in New Issue