JasonBoy / wechat-jssdk

🐧微信JSSDK与NodeJS及Web端集成 WeChat JSSDK integration with NodeJS & Web
MIT License
719 stars 93 forks source link

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

Open ana-lazarevska opened 4 years ago

ana-lazarevska commented 4 years ago

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.

JasonBoy commented 4 years ago

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