From e8310dd302260b1ccd163dc5f65afea9b0dbcfaf Mon Sep 17 00:00:00 2001 From: ywp7913 Date: Mon, 17 Mar 2025 16:29:04 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IBTZVA]:=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-wechat-lib=E7=BB=84=E4=BB=B6=E4=B8=8D?= =?UTF-8?q?=E6=94=AF=E6=8C=81shareMiniProgram=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-wechat-lib.md | 6 +++--- zh-cn/react-native-wechat-lib.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/en/react-native-wechat-lib.md b/en/react-native-wechat-lib.md index 84e46565..3e158fda 100644 --- a/en/react-native-wechat-lib.md +++ b/en/react-native-wechat-lib.md @@ -354,7 +354,7 @@ Check the release version information in the release address of the third-party | shareMusic(ShareMusicMetadata) | Share Music | Function | no | Android/iOS | no | | shareVideo(ShareVideoMetadata) | Share Video | Function | no | Android/iOS | no | | shareWebpage (ShareWebpageMetadata) | Share Webpage | Function | no | Android/iOS | no | -| shareMiniProgram(ShareMiniProgramMetadata) | Share MiniProgram | Function | no | Android/iOS | no | +| shareMiniProgram(ShareMiniProgramMetadata) | Share MiniProgram | Function | no | Android/iOS | partially | | launchMiniProgram (LaunchMiniProgramMetadata) | Launch MiniProgram | Function | no | Android/iOS | yes | | chooseInvoice (ChooseInvoice) | Select invoice | Function | no | Android/iOS | no | | pay(payload) | pay | Function | no | Android/iOS | yes | @@ -365,8 +365,8 @@ One-time subscription to messages | Function | no | Android/iOS | no ## Others -- ShareText、ShareImage、ShareLocalImage: Only sharing is supported, collection is not supported, because the WeChat Open SDK currently does not support collection on the HarmonyOS platform. -- isWXAppSupportApi、getApiVersion、ShareFile、ShareMusic、ShareVideo、ShareWebpage 、ShareMiniProgram、ChooseInvoice、subscribeMessage. These interfaces are currently not supported by HarmonyOS WeChat Open SDK. +- ShareText、ShareImage、ShareLocalImage、ShareMiniProgram: Only sharing is supported, collection is not supported, because the WeChat Open SDK currently does not support collection on the HarmonyOS platform. +- isWXAppSupportApi、getApiVersion、ShareFile、ShareMusic、ShareVideo、ShareWebpage、ChooseInvoice、subscribeMessage. These interfaces are currently not supported by HarmonyOS WeChat Open SDK. ## License diff --git a/zh-cn/react-native-wechat-lib.md b/zh-cn/react-native-wechat-lib.md index e93fc148..95fc113d 100644 --- a/zh-cn/react-native-wechat-lib.md +++ b/zh-cn/react-native-wechat-lib.md @@ -357,7 +357,7 @@ ohpm install | shareMusic(ShareMusicMetadata) | 分享音频 | Function | no | Android/iOS | no | | shareVideo(ShareVideoMetadata) | 分享视频 | Function | no | Android/iOS | no | | shareWebpage (ShareWebpageMetadata) | 分享网页 | Function | no | Android/iOS | no | -| shareMiniProgram(ShareMiniProgramMetadata) | 分享小程序 | Function | no | Android/iOS | no | +| shareMiniProgram(ShareMiniProgramMetadata) | 分享小程序 | Function | no | Android/iOS | partially | | launchMiniProgram (LaunchMiniProgramMetadata) | 跳到小程序 | Function | no | Android/iOS | yes | | chooseInvoice (ChooseInvoice) | 选择发票 | Function | no | Android/iOS | no | | pay(payload) | 支付 | Function | no | Android/iOS | yes | @@ -367,8 +367,8 @@ ohpm install ## 其他 -- ShareText、ShareImage、ShareLocalImage 只支持分享,不支持收藏,原因为目前微信 Open SDK 还不支持 HarmonyOS 平台的收藏 -- isWXAppSupportApi、getApiVersion、ShareFile、ShareMusic、ShareVideo、ShareWebpage 、ShareMiniProgram、ChooseInvoice、subscribeMessage 这些接口目前在 HarmonyOS 微信 Open SDK 还不支持 +- ShareText、ShareImage、ShareLocalImage、ShareMiniProgram 只支持分享,不支持收藏,原因为目前微信 Open SDK 还不支持 HarmonyOS 平台的收藏 +- isWXAppSupportApi、getApiVersion、ShareFile、ShareMusic、ShareVideo、ShareWebpage、ChooseInvoice、subscribeMessage 这些接口目前在 HarmonyOS 微信 Open SDK 还不支持 ## 开源协议 -- Gitee