diff --git a/en/react-native-wechat-lib.md b/en/react-native-wechat-lib.md index 84e46565c166d5d29d54f422924215bb2ea46df6..3e158fda7b9afbe4984cc4e3e4969e13d24d16c7 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 e93fc148cde1d50982e6b133ef59e9b3ce3346b6..95fc113dfc6e89cdb1890185bcb7be11fd4c2385 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 还不支持 ## 开源协议