master
kangxuyao 2021-01-03 09:35:23 +08:00
parent cd659d9ee2
commit 40f01cc9c5
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.42'
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);