git-svn-id: svn://47.119.165.148/zhub@161 e63fbceb-bcc3-4977-ac22-735b83d8d0f4
This commit is contained in:
lxy
2023-03-07 06:34:28 +00:00
parent 6a3d23ee8d
commit 71565c9a6c
4 changed files with 11 additions and 8 deletions

View File

@@ -45,8 +45,8 @@ func main() {
}
if server {
go zsub.StartHttp()
zsub.ServerStart(addr) // 服务进程启动
go zsub.StartWatch()
zsub.StartServer(addr) // 服务进程启动
} else {
cmd.ClientRun(addr)
}