调用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));
...