Skip to content

Commit

Permalink
mod: rename package name
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyuanxiao committed Oct 9, 2018
1 parent 1afaa7e commit 257f8bf
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 23 deletions.
2 changes: 1 addition & 1 deletion library-wxpay/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.benmu.erospluginwxpay">
package="com.eros.erospluginwxpay">

<application>
<!--wxApi-->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
package com.benmu.erospluginwxpay;
package com.eros.erospluginwxpay;

import android.app.Activity;
import android.content.Context;
import android.text.TextUtils;

import com.benmu.erospluginwxpay.model.WeChatPayModel;
import com.benmu.erospluginwxpay.model.WeChatPayResultModel;
import com.benmu.framework.manager.ManagerFactory;
import com.benmu.framework.manager.impl.ParseManager;
import com.benmu.framework.manager.impl.dispatcher.DispatchEventManager;
import com.benmu.framework.model.WeexEventBean;
import com.benmu.framework.utils.JsPoster;
import com.benmu.wxbase.EventGate;
import com.eros.erospluginwxpay.model.WeChatPayModel;
import com.eros.erospluginwxpay.model.WeChatPayResultModel;
import com.eros.framework.manager.ManagerFactory;
import com.eros.framework.manager.impl.ParseManager;
import com.eros.framework.manager.impl.dispatcher.DispatchEventManager;
import com.eros.framework.model.WeexEventBean;
import com.eros.framework.utils.JsPoster;
import com.eros.wxbase.EventGate;
import com.squareup.otto.Subscribe;
import com.taobao.weex.bridge.JSCallback;
import com.tencent.mm.opensdk.constants.ConstantsAPI;
import com.tencent.mm.opensdk.modelbase.BaseResp;
import com.tencent.mm.opensdk.modelpay.PayReq;
import com.tencent.mm.opensdk.openapi.IWXAPI;
import com.tencent.mm.opensdk.openapi.WXAPIFactory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.benmu.erospluginwxpay;
package com.eros.erospluginwxpay;

import android.content.Context;
import android.text.TextUtils;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.benmu.erospluginwxpay.model;
package com.eros.erospluginwxpay.model;

import java.io.Serializable;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.benmu.erospluginwxpay.model;
package com.eros.erospluginwxpay.model;

/**
* Created by Carry on 2017/9/26.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package com.benmu.erospluginwxpay.module;
package com.eros.erospluginwxpay.module;

import com.alibaba.weex.plugin.annotation.WeexModule;
import com.benmu.erospluginwxpay.WXApiModule;
import com.benmu.framework.constant.WXEventCenter;
import com.benmu.framework.manager.ManagerFactory;
import com.benmu.framework.manager.impl.dispatcher.DispatchEventManager;
import com.benmu.framework.model.WeexEventBean;
import com.benmu.widget.utils.BaseCommonUtil;
import com.eros.erospluginwxpay.WXApiModule;
import com.eros.framework.constant.WXEventCenter;
import com.eros.framework.manager.ManagerFactory;
import com.eros.framework.manager.impl.dispatcher.DispatchEventManager;
import com.eros.framework.model.WeexEventBean;
import com.eros.widget.utils.BaseCommonUtil;
import com.taobao.weex.annotation.JSMethod;
import com.taobao.weex.bridge.JSCallback;
import com.taobao.weex.common.WXModule;
Expand Down

0 comments on commit 257f8bf

Please sign in to comment.