DataService:
2.6.0.1:取消心跳包更新ftp和数据库服务器地址
This commit is contained in:
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
||||
'通过使用 "*",如下所示:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("2.5.6.0")>
|
||||
<Assembly: AssemblyFileVersion("2.5.6.0")>
|
||||
<Assembly: AssemblyVersion("2.6.0.1")>
|
||||
<Assembly: AssemblyFileVersion("2.6.0.1")>
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user