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