Skip to content

Commit

Permalink
commit rename pay name
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyuanxiao committed May 17, 2018
1 parent 58fb6a9 commit 225e2dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
/**
* Created by Carry on 17/2/8.
*/
@WeexModule(name = "bmPay", lazyLoad = true)
@WeexModule(name = "bmWXPay", lazyLoad = true)
public class PayModule extends WXModule {

private JSCallback mCallback;

@JSMethod(uiThread = true)
public void payByWechat(String params, JSCallback callback) {
public void pay(String params, JSCallback callback) {
WeexEventBean eventBean = new WeexEventBean();
eventBean.setContext(mWXSDKInstance.getContext());
eventBean.setKey(WXEventCenter.EVENT_PAYBYWECHAT);
Expand Down

0 comments on commit 225e2dd

Please sign in to comment.