note the test code

This commit is contained in:
zhongchao
2022-10-27 12:08:09 +08:00
parent fa31960b9c
commit b01d0f3e9d

View File

@@ -35,12 +35,12 @@ class FuncConfigNetWorkModel {
error = onError
}
//todo test
// map["sn"] = MoGoAiCloudClientConfig.getInstance().sn
map["sn"] = "X20202203105S688HZ"
// map["mac"] = DeviceUtils.getMacAddress()
map["mac"] = "48:b0:2d:3a:bc:78"
// map["channelVersion"] = FuncConfigConst.getChannelCode()
map["channelVersion"] = 1
map["sn"] = MoGoAiCloudClientConfig.getInstance().sn
// map["sn"] = "X20202203105S688HZ"
map["mac"] = DeviceUtils.getMacAddress()
// map["mac"] = "48:b0:2d:3a:bc:78"
map["channelVersion"] = FuncConfigConst.getChannelCode()
// map["channelVersion"] = 1
}
loader {
apiCall {