1
0
mirror of https://github.com/yanxi-me/weixin-js-sdk.git synced 2025-04-06 04:00:07 +08:00
2023-11-22 01:16:43 +08:00
2018-02-07 11:29:13 +08:00
2023-10-26 23:13:51 +08:00
2023-11-20 14:09:20 +08:00
2023-10-18 00:10:51 +08:00
2023-10-20 15:05:14 +00:00
2023-11-22 01:16:43 +08:00
2023-10-26 23:13:51 +08:00

微信官方 js-sdk

说明: 仅将官方 js-sdk 发布到 npm支持 CommonJS便于 browserify, webpack 等直接使用,支持 TypeScript。

官方 JS 源码: https://res.wx.qq.com/open/js/jweixin-1.6.0.js

官方使用说明: https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/JS-SDK.html

安装:

npm install weixin-js-sdk

使用:

// commonjs
var wx = require('weixin-js-sdk');

// es module
import wx from 'weixin-js-sdk'

Old versions

个人主页

感谢

TypeScript 定义文件来自 wx-jssdk-ts

Description
微信官方 js-sdk CommonJS 版本
Readme MIT 96 KiB
Languages
JavaScript 100%