我也碰到了,不光链接是叹号,分享已发布的小程序也是叹号。
鸿蒙Next分享网页,分享成功,但是消息未发送成功,显示红色感叹号系统:鸿蒙NEXT 5.0.0.115 微信版本:微信测试版 1.0.3.36(1049380) 微信SDK版本:1.0.6,链接:https://ohpm.openharmony.cn/#/cn/detail/@tencent%2Fwechat_open_sdk/v/1.0.6 [图片] https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Launching_a_Mini_Program/OHOS_Development_example.html
01-17同样的问题,我是把要分享的图片保存到resfile目录,再通过系统接口或缺到路径: /data/storage/el1/bundle/entry/resources/resfile/share/image.png 然后通过 fileUri.getUriFromPath(entity.image) 转为 file://包名/data/storage/el1/bundle/entry/resources/resfile/share/image.png
鸿蒙微信分享成功但是报错参数非法https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Share_and_Favorites/ohos.htmlhttps://developers.weixin.qq.com/doc/oplatform/Mobile_App/Share_and_Favorites/ohos.html 使用的 《使用uri发送图片》 方式,谁知道这个错是什么啊 [图片]
01-17感谢,已解决,目前策略确实是拿着code,让服务端去换取openid。
鸿蒙平台授权后无OpenId,如何处理?let req = new SendAuthReq() req.isOption1 = false req.nonAutomatic = true req.scope = 'snsapi_userinfo' req.state = appName req.transaction = 'authorize' let finished = await this.wxApi!.sendReq(context, req) 能正常调起授权并获取授权的code,但是没有OpenId
2024-12-27https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Access_Guide/ohos.html [图片]
鸿蒙平台判断是否安装微信怎么处理?SDK 好像没有提供。鸿蒙平台判断是否安装微信怎么处理?SDK 好像没有提供。如果SDK 不提供,能够通过dplink 的方式来判断吗?wechatLink = 'xxx' bundleManager.canOpenLink(wechatLink)
2024-12-27queryScheme中配上weixin,然后用微信sdk带的工具查询。
鸿蒙平台判断是否安装微信怎么处理?wechatLink = 'xxx' bundleManager.canOpenLink(wechatLink) 这里的判断微信应用是否安装的链接是多少呀?
2024-12-27