mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
381 B
Executable File
381 B
Executable File
jweixin-module
微信JS-SDK
安装
NPM
npm install jweixin-module --save
UMD
https://unpkg.com/jweixin-module/out/index.js
使用
var jweixin = require('jweixin-module')
jweixin.ready(function(){
// TODO
});