更新快检功能
This commit is contained in:
@@ -494,6 +494,9 @@ class WebviewTestController extends GetControllerEx<WebviewTestModel> {
|
||||
return;
|
||||
}
|
||||
if (tmp['data'] != null && tmp['data'] is Map) {
|
||||
MHTBlueToothController mhtBlueToothController = Get.find();
|
||||
ef.log("wifi指令控制回复时间-->${DateTime.now()}");
|
||||
// mhtBlueToothController.onCommandResponse(true);
|
||||
var newData = tmp['data'];
|
||||
var mac = newData['mac'];
|
||||
String order = Base64Tool.decode(newData['data']);
|
||||
|
||||
Reference in New Issue
Block a user