检测是否有新版本
Future<Map> checkUpVersion(String deviceId) async { return await methodChannel .invokeMethod("checkUpVersion", {"deviceId": deviceId}); }