From f747858d29bbce7d5ddbd920b8a00a7774d43d8e Mon Sep 17 00:00:00 2001
From: fish <gcslyp@gmail.com>
Date: Thu, 9 May 2019 18:48:53 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=97=A8=E7=A3=81=E8=AE=BE?=
 =?UTF-8?q?=E5=A4=87adr?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 router.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/router.go b/router.go
index 8b6b445..4358cd7 100644
--- a/router.go
+++ b/router.go
@@ -381,9 +381,9 @@ func dealDatav3(data []byte) string{
 	}else if datatype==3{
 		var R_data P1004_6
 		R_data.CODE = 1005
-		R_data.ID = "dc390000"
+		R_data.ID = "853c0000"
 		//尿布台
-		R_data.VERSION = "yunhorn_door_c_v1"
+			R_data.VERSION = "yunhorn_door_c_v1"
 		R_data.ONLINE = true
 		R_data.DATA = make(map[string]interface{})
 		R_data.DATA["data"]=int64(data[6])