1.0.5 • Published 2 years ago

@maybecode/weixin-jssdk v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago