Skip to content

Commit

Permalink
完善微信支付工具类
Browse files Browse the repository at this point in the history
  • Loading branch information
秋逸 committed Apr 20, 2017
1 parent 7a807a8 commit a6917ba
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 14 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.vondear.rxtools.model.wxpay;
package com.vondear.rxtools.model.wechat.pay;

import java.security.MessageDigest;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.vondear.rxtools.model.wxpay;
package com.vondear.rxtools.model.wechat.pay;

/**
* Created by Administrator on 2017/4/18.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.vondear.rxtools.model.wxpay;
package com.vondear.rxtools.model.wechat.pay;

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.vondear.rxtools.model.wxpay;
package com.vondear.rxtools.model.wechat.pay;

/**
* Created by Administrator on 2017/4/17.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.vondear.rxtools.model.wxpay;
package com.vondear.rxtools.model.wechat.pay;

import android.content.Context;
import android.util.Log;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,20 @@
import com.tencent.mm.opensdk.openapi.IWXAPI;
import com.tencent.mm.opensdk.openapi.WXAPIFactory;
import com.vondear.rxtools.RxImageUtils;
import com.vondear.rxtools.model.wxpay.WechatPayTools;
import com.vondear.rxtools.model.wechat.pay.WechatPayTools;

/**
* Created by Administrator on 2017/4/20.
*/

public class WechatShareTools {

/**
* 发送到聊天界面——WXSceneSession
* 发送到朋友圈——WXSceneTimeline
* 添加到微信收藏——WXSceneFavorite
*/

private static IWXAPI iwxapi;

public static void init(Context mContext, String WX_APP_ID) {
Expand Down

0 comments on commit a6917ba

Please sign in to comment.