typed we app
1.0.0
再见,感谢所有贡献者
WeApp API 的 TypeScript 声明文件
安装了npm
npm install typed-we-app --save-dev
安装了typings
typings install github:Emeryao/typed-we-app -SG
或者在此处获取声明文件并将其包含到您的项目中
基于WeApp官方API文档
微信Web开发工具版本1.01.1712150
WAService.js 版本1.7.0
wx . request ( {
url : 'request/url' ,
success : ( res ) => {
console . log ( res . data ) ;
}
} ) ;
let ctx = wx . createCanvasContext ( ) ;
ctx . fillText ( 'hello' , 0 , 0 ) ;
let actions = ctx . getActions ( ) ;
wx . drawCanvas ( {
canvasId : 'canvas-id' ,
actions
} ) ;
wx . getBLEDeviceServices ( {
deviceId : '' ,
success : ( res ) => {
console . log ( res . services [ 0 ] . uuid ) ;
} ,
} ) ;
2019.05.19