@jeebey/wx-wx2awxs
v1.0.1
Published
简化wx原生接口转成Promise方式
Downloads
2
Readme
介绍
简化wx原生接口转成Promise方式
安装
npm i @jeebey/wx-wx2awxs
使用说明
const awx = require('@jeebey/wx-wx2awxs')
awx.getUserInfo().then(res=>{
console.log('info', res.userInfo)
})