收藏
回答

调用wechat_open_sdk中的sendReq接口,未成功拉起微信支付?

在鸿蒙app中调用微信wechat_open_sdk中的接口sendReq拉起微信支付时,只拉起了微信应用,未进入到微信支付页面,也没有其他的提示信息。

import * as wxOpenSdk from '@tencent/wechat_open_sdk';

...
const ordStrObj: object = JsonUtil.parse(ordStr);
const result = WXApi.sendReq(getContext(this) as common.UIAbilityContext, this.genPayReq(ordStrObj));
...
回答关注问题邀请回答
收藏

1 个回答

  • huajie
    huajie
    2天前

    这个具体是什么原因,有什么日志能协助定位吗

    2天前
    有用
    回复
登录 后发表内容