zhengkun 2 năm trước cách đây
mục cha
commit
2e7d721265
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main.go

+ 1 - 1
src/main.go

@@ -29,7 +29,7 @@ func init() {
 }
 
 func main() {
-	testMain()
+	//testMain()
 	extract.ExtractUdpUpdateMachine() //节点上传~构建
 	extract.ExtractUdp()              //udp通知抽取
 	go Router.Run(":" + qu.ObjToString(u.Config["port"]))