diff --git a/lib/mop.dart b/lib/mop.dart index e70d79e..2f18283 100644 --- a/lib/mop.dart +++ b/lib/mop.dart @@ -588,20 +588,20 @@ class Mop { _appletHandlerApis["getUserInfo"] = (params) { return handler.getUserInfo(); }; - _appletHandlerApis["getCustomMenus"] = (params) async { - final res = await handler.getCustomMenus(params["appId"]); - List> list = []; - res.forEach((element) { - Map map = Map(); - map["menuId"] = element.menuId; - map["image"] = element.image; - map["title"] = element.title; - map["type"] = element.type; - list.add(map); - }); - debugPrint("registerAppletHandler getCustomMenus list $list"); - return list; - }; + // _appletHandlerApis["getCustomMenus"] = (params) async { + // final res = await handler.getCustomMenus(params["appId"]); + // List> list = []; + // res.forEach((element) { + // Map map = Map(); + // map["menuId"] = element.menuId; + // map["image"] = element.image; + // map["title"] = element.title; + // map["type"] = element.type; + // list.add(map); + // }); + // debugPrint("registerAppletHandler getCustomMenus list $list"); + // return list; + // }; _appletHandlerApis["onCustomMenuClick"] = (params) async { return handler.onCustomMenuClick( params["appId"],