index.js 90 字节
Newer Older
1 2 3
export default function getBatteryInfo(options) {
    return my.getBatteryInfo(options)
}