1.微信支付不走成功回调onResp()方法问题 将注册微信的方法 从onCreate 移至 onStart 方法中 api = WXAPIFactory.createWXAPI(this,"WXID"); api.handleIntent(getIntent(),this);