浏览代码

remove cache

lijian 4 年之前
父节点
当前提交
f8c0e76edc
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 二进制
      tests/device/device
  2. 1 1
      tests/device/main.go

二进制
tests/device/device


+ 1 - 1
tests/device/main.go

@@ -6,7 +6,7 @@ import (
 )
 
 var (
-	testURL        = flag.String("url", "http://192.168.1.116:8088", "login url")
+	testURL        = flag.String("url", "http://192.168.1.173:8088", "login url")
 	testProductKey = flag.String("productkey", "2e397f5599a3f6f6a5a3c8fcd45437169501b3c6e239042ad5e9b65303561e41ab5519e9d205facbcbe75a2784354501", "product key")
 	testProtocol   = flag.String("protocol", "mqtt", "access protocol")
 )