鸿蒙三方跳转打开小程序无响应,怎么才能正确打开微信的小程序?
let context = getContext(this) as common.UIAbilityContext; let LaunchMiniProgramReq =new WXOpenSdk.LaunchMiniProgramReq LaunchMiniProgramReq.userName = arr[2] LaunchMiniProgramReq.path = newPath LaunchMiniProgramReq.miniprogramType = 0 const WXApi = WXOpenSdk.WXAPIFactory.createWXAPI('key') let success = await WXApi.sendReq(context,LaunchMiniProgramReq)