You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
524 B

3 years ago
  1. 微信官方 js-sdk
  2. ----
  3. 说明: 仅将官方 js-sdk 发布到 npm,支持 CommonJS,便于 browserify, webpack 等直接使用
  4. js源码: https://res.wx.qq.com/open/js/jweixin-1.6.0.js
  5. 官方使用说明: https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141115
  6. 安装:
  7. npm install weixin-js-sdk
  8. 使用:
  9. var wx = require('weixin-js-sdk');
  10. ### Old versions
  11. * [1.0.0](https://github.com/yanxi-me/weixin-js-sdk/tree/1.0.0)
  12. * [1.2.0](https://github.com/yanxi-me/weixin-js-sdk/tree/1.2.0)