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