|
@@ -290,7 +290,7 @@ namespace MainForm
|
|
|
AddMessage(LogType.Info, "小米IOT MQTT初始连接成功!");
|
|
|
|
|
|
// 设置回调函数
|
|
|
- XiaomiMqttClient_Extend.SetCallbackWithDataId(CallbackWithDataId);
|
|
|
+ //XiaomiMqttClient_Extend.SetCallbackWithDataId(CallbackWithDataId);
|
|
|
// 配置参数
|
|
|
XiaomiMqttLoginFunAndParam param = new XiaomiMqttLoginFunAndParam();
|
|
|
// fds
|
|
@@ -2753,7 +2753,6 @@ namespace MainForm
|
|
|
AddMessage(LogType.Error, $"{stationNameStr}_未能查到已绑定的载具信息,无法进行载具绑定产品验证");
|
|
|
}
|
|
|
sn = strProductBarcode;
|
|
|
- sn = "AB123456789";
|
|
|
AddMessage(LogType.Info, $"载具码:{CarrierBarcode};产品码:{sn}");
|
|
|
|
|
|
List<TestItem> items = new List<TestItem>();
|