获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
这个具体是什么原因,有什么日志能协助定位吗
调用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)); ...
11-22