From f5e107f62f4681c7c4d51cd37ece75b34de4fc59 Mon Sep 17 00:00:00 2001 From: fish <gcslyp@gmail.com> Date: Thu, 9 May 2019 20:56:09 +0800 Subject: [PATCH] =?UTF-8?q?fix=E7=94=B2=E9=86=9B=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E8=A7=A3=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router.go b/router.go index c2bc7c2..e89fb16 100644 --- a/router.go +++ b/router.go @@ -447,7 +447,7 @@ func dealDatav3(data []byte) string{ buffer = new(bytes.Buffer) ch2o1 := strconv.Itoa(int(data[14])) - buffer.WriteString(nh3int1) + buffer.WriteString(ch2o1) buffer.WriteString(".") ch2o2 := strconv.Itoa(int(data[15])) if int64(data[15])<10{