update 采集是判断设备重连以及监听设备断开链接的时间

This commit is contained in:
chenbo 2023-12-14 11:41:04 +08:00
parent 131db42a6b
commit 35068581a1
1 changed files with 1 additions and 0 deletions

View File

@ -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());