Files
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

12 lines
455 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# weixin-jssdk
微信官方 js-sdk es6 版本
说明: 仅将官方 js-sdk 发布到 npm便于 webpack 使用
js源码: [http://res.wx.qq.com/open/js/jweixin-1.0.0.js](http://res.wx.qq.com/open/js/jweixin-1.0.0.js)
官方使用说明: [http://mp.weixin.qq.com/wiki/7/aaa137b55fb2e0456bf8dd9148dd613f.html](http://mp.weixin.qq.com/wiki/7/aaa137b55fb2e0456bf8dd9148dd613f.html)
安装:`npm install weixin-jsapi`
使用:`import wx from 'weixin-jsapi'`