html52.com
我爱小程序-开发者交流社区

android调用微信小程序进行支付后,小程序无法返回app

框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
小程序 Bug Android android 9 所有手机 8.0.3
@JavascriptInterface
public void startWxMini(String appId,String originalId,String path) {
    IWXAPI api = WXAPIFactory.createWXAPI(this, appId);
    WXLaunchMiniProgram.Req req = new WXLaunchMiniProgram.Req();
    req.userName = originalId;
    req.path = path;
    req.miniprogramType = WXLaunchMiniProgram.Req.MINIPTOGRAM_TYPE_RELEASE;
    api.sendReq(req);
}


<button open-type="launchApp" app-parameter="wechat" :binderror="launchAppError" >退出</button>

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

真正的个人免签约支付接口

云免签H5支付