Merge branch 'master' of ssh://git.finogeeks.club:2222/mop-mobile/mop-flutter-sdk

master
jizelin 2021-01-04 12:19:02 +08:00
commit 6cf685951b
2 changed files with 2 additions and 2 deletions

View File

@ -91,6 +91,6 @@ kapt {
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.finogeeks.lib:finapplet:2.13.71'
implementation 'com.finogeeks.lib:finapplet:2.13.44'
implementation 'com.finogeeks.mop:plugins:0.0.27'
}

View File

@ -159,7 +159,7 @@ public class AppletHandlerModule extends BaseApi {
}
@Override
public void onRegisteredMoreMenuItemClicked(@NotNull String s, int i) {
public void onRegisteredMoreMenuItemClicked(@NotNull String s,String path, int i) {
Map<String, Object> params = new HashMap<>();
params.put("appId", s);
params.put("menuId", i);