wechat-jssdk icon indicating copy to clipboard operation
wechat-jssdk copied to clipboard

{"errMsg":"没有此SDK或暂不支持此SDK模拟"} when trying to call updateAppMessageShareData

Open ana-lazarevska opened this issue 4 years ago • 1 comments

Hi,

I can't seem to call the weChat.callWechatApi('updateAppMessageShareData', config) method. For some reason it says that 'There is no such SDK or this SDK simulation is not currently supported' in the response. I'm going by the documentation provided here, here's a screenshot of my code.

Screen Shot 2020-09-15 at 01 09 19

Can someone point me to the solution? Thanks.

ana-lazarevska avatar Sep 14 '20 23:09 ana-lazarevska

new WechatJSSDK({jsApiList: []}) 的时候把需要的api都加进去,默认只有老版本的2个 image

JasonBoy avatar Sep 15 '20 11:09 JasonBoy