Skip to content

Commit

Permalink
commit WXPayEntryActivity
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyuanxiao committed May 18, 2018
1 parent 2a90839 commit 4f6c5cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/android/WeexFrameworkWrapper/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ dependencies {
implementation 'com.github.bmfe:eros-plugin-android-amap:1.0.1'
implementation 'com.github.bmfe:eros-plugin-android-getui:1.0.1'
implementation 'com.github.bmfe:eros-plugin-android-wxshare:1.0.1'
implementation 'com.github.bmfe:eros-plugin-android-wxpay:1.0.1'
implementation 'com.github.bmfe:eros-plugin-android-wxpay:1.0.4'
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
api = WXApiModule.getInstans().getWXApi();
if (api != null) {
api.registerApp(BMWXEnvironment.mPlatformConfig.getWechat().getAppId());
api.registerApp(WXApiModule.getInstans().getAppId());
api.handleIntent(getIntent(), this);
}
}
Expand Down

0 comments on commit 4f6c5cb

Please sign in to comment.