Android-Pay icon indicating copy to clipboard operation
Android-Pay copied to clipboard

微信支付收不到回调问题

Open yeyuqingchen opened this issue 8 years ago • 1 comments

WechatPayReq 类收不到回调的原因应该是53行 mWXApi = WXAPIFactory.createWXAPI(mActivity, null);这里没有把app_id放进去 替换成 mWXApi = WXAPIFactory.createWXAPI(mActivity, appId,true);试试

yeyuqingchen avatar Mar 08 '17 03:03 yeyuqingchen

作者有条件的话测一下 @mayubao

yeyuqingchen avatar Mar 08 '17 03:03 yeyuqingchen