1、获取系统信息 wx.getSystemInfo(Object object)
参考链接:https://developers.weixin.qq.com/miniprogram/dev/api/base/system/wx.getSystemInfo.html
2、获取微信APP授权设置 Object wx.getAppAuthorizeSetting()
参考链接:https://developers.weixin.qq.com/miniprogram/dev/api/base/system/wx.getAppAuthorizeSetting.html
3、发起 HTTPS 网络请求 wx.request(Object object)
参考链接:https://developers.weixin.qq.com/miniprogram/dev/api/network/request/wx.request.html
4、保存图片到系统相册 wx.saveImageToPhotosAlbum(Object object)
参考链接:https://developers.weixin.qq.com/miniprogram/dev/api/media/image/wx.saveImageToPhotosAlbum.html
相关文章
- 11-29Arduino R3 红外接收控制小坦克程序
- 11-29微信小程序video视频组件
- 11-29[ 软件实践1 ] 小程序的测试与修改
- 11-29个人信息——头像更换(拍照或相册上传)~ 微信小程序
- 11-29一个类似repo的小程序
- 11-29net.sf.json的常用api
- 11-29数组常用的API总结
- 11-29黑客说:如何做到 4 天上线一个小程序?
- 11-29微信小程序开发之搞懂flex布局1——Flexbox
- 11-29Opencv的使用小教程2——Opencv常用图像处理函数汇总