在鸿蒙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));
...
这个具体是什么原因,有什么日志能协助定位吗