let req = new wxopensdk.SendAuthReq
req.isOption1 = false
req.nonAutomatic = true
req.scope = 'snsapi_userinfo'
req.state = '0001'
// req.transaction = 'test123'
// 向微信发送登录请求:
// context为ohos内置类,app间跳转需依赖该类,开发者可在Component中获取
// finished为跳转微信的结果:true表示跳转成功;false表示跳转失败,可能是因为微信未安装
let finished = await UCLoginSDK.getInstance().weiXinAPI?.sendReq(getContext(this) as common.UIAbilityContext, req)
console.log('跳转微信'+finished)

你好,复现问题时麻烦在手机微信那里上传下日志: 我->设置->帮助与反馈右上角有个上报日志的入口,麻烦提供一下微信号,时间点,提供下opensdk调用的时间点、bundleid、identifier、appid
分享功能能正常吊起app,但是就是登录的时候不可以