DataService:

2.6.0.1:取消心跳包更新ftp和数据库服务器地址
This commit is contained in:
2025-07-01 22:02:03 +08:00
parent 16aa21550d
commit 6d3dc10b0d
3 changed files with 3 additions and 4 deletions

View File

@@ -615,7 +615,7 @@ Public Class Service1
Select Case command
Case UtsWebPacket.Commands.Heartbeat
'todo:此处需要处理心跳包,获取公网IP与ftp地址
DealHeartbeatPacket(param)
'DealHeartbeatPacket(param)
Case UtsWebPacket.Commands.SetLogType
replyData = DealSetLogTypePacket(param)