|
@@ -6,8 +6,8 @@ import (
|
|
|
)
|
|
|
|
|
|
var (
|
|
|
- testURL = flag.String("url", "http://192.168.0.160:8088", "login url")
|
|
|
- testProductKey = flag.String("productkey", "958daf8b3a533f0d9516ac8fd17ef0cb06b439e664787a2a89608a10eeee8eb3c35c82c505d19f8a4417e530de0678fd", "product key")
|
|
|
+ testURL = flag.String("url", "http://114.115.211.247:8082", "login url")
|
|
|
+ testProductKey = flag.String("productkey", "0aa9eab3202fc0a0940923ae02174b2334da8b2a79b45a6f37b94404ee6dd96e33057e03cd7c7030c9a215f6a22d16ca", "product key")
|
|
|
testProtocol = flag.String("protocol", "mqtt", "access protocol")
|
|
|
testDeviceCode = flag.String("dvc", "", "device code")
|
|
|
confCAFile = flag.String("certfile", "keys/cacert.pem", "ca-file")
|