|
@@ -36,10 +36,10 @@ func main() {
|
|
|
udpclient = mu.UdpClient{Local: udpPort, BufSize: 1024}
|
|
|
udpclient.Listen(ProcessUdpMsg)
|
|
|
log.Println("Udp服务监听", g.Config().MustGet(ctx, "udpPort").String())
|
|
|
- service.IncDataById("684a9c215f834436f09c2710", "684a9c215f834436f09c2710")
|
|
|
+ //service.IncDataById("684a9c215f834436f09c2710", "684a9c215f834436f09c2710")
|
|
|
//service.Tj()
|
|
|
//service.Hz()
|
|
|
- *model = 1
|
|
|
+ //*model = 1
|
|
|
if *model == 0 {
|
|
|
<-chan bool(nil)
|
|
|
}
|