提交 e7a1a500 编写于 作者: fxy060608's avatar fxy060608

电量:移除成功信息中的错误码定义

上级 6c8538df
export type GetBatteryInfoSuccess = {
/**
* 错误码
* 0:成功
* 1001:getAppContext is null
* 1002:navigator.getBattery is unsupported
*/
errCode : number,
/**
* 调用API的名称
*/
errSubject : string,
/**
* 错误的详细信息
*/
errMsg : string,
/**
* 设备电量,范围1 - 100
*/
* 设备电量,范围1 - 100
*/
level : number,
/**
* 是否正在充电中
*/
* 是否正在充电中
*/
isCharging : boolean
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册