wechat-jssdk
wechat-jssdk copied to clipboard
🐧微信JSSDK与NodeJS及Web端集成 WeChat JSSDK integration with NodeJS & Web
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
const wechatObj = new WechatJSSDK(config); wechatObj.initialize() .then(w => { console.log('wechatObj w: ', w);// **deos not run** //set up your share info, "w" is the same instance as "wechatObj" }) .catch(err...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
I sometimes got the error when get access token. Could you advise how to auto get a new code in this situation?
typescript 的版本 ,目前有办法用么
since node has native ESM support
Refactor project with TypeScript
add d.ts
#41