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.
jugao
a29c2fa753
|
4 years ago | |
---|---|---|
.. | ||
README.md | 4 years ago | |
index.js | 4 years ago | |
index.original.js | 4 years ago | |
package.json | 4 years ago |
README.md
微信官方 js-sdk
说明: 仅将官方 js-sdk 发布到 npm,支持 CommonJS,便于 browserify, webpack 等直接使用
js源码: https://res.wx.qq.com/open/js/jweixin-1.6.0.js
官方使用说明: https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141115
安装:
npm install weixin-js-sdk
使用:
var wx = require('weixin-js-sdk');