1.0.5 • Published 3 years ago

@maybecode/weixin-jssdk v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

weixin-jssdk

基于微信jssdk封装的ts类型定义, 尽量保持和官方同步。

当前jssdk版本: 1.6.0

微信官方文档: https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/JS-SDK.html

安装

yarn add @maybecode/weixin-jssdk

使用

import wx from '@maybecode/weixin-jssdk'

const jsApiList = [
    'getLocation'
] as wx.ApiMethod[];

wx.config({
    ...
    jsApiList
})
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago