index.js 90 字节
Newer Older
杜庆泉's avatar
杜庆泉 已提交
1 2 3
export default function getBatteryInfo(options) {
    return wx.getBatteryInfo(options)
}