doum
2 天以前 c0829b5caf69e9cd83855de784153c613879f27f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
export declare const apiName = "internal.attend.updateBluetoothCheckList";
/**
 * 通知客户端拉取蓝牙考勤设备列表并缓存到本地 请求参数定义
 * @apiName internal.attend.updateBluetoothCheckList
 */
export interface IInternalAttendUpdateBluetoothCheckListParams {
}
/**
 * 通知客户端拉取蓝牙考勤设备列表并缓存到本地 返回结果定义
 * @apiName internal.attend.updateBluetoothCheckList
 */
export interface IInternalAttendUpdateBluetoothCheckListResult {
}
/**
 * 通知客户端拉取蓝牙考勤设备列表并缓存到本地
 * @apiName internal.attend.updateBluetoothCheckList
 * @supportVersion android: 4.7.15 ios: 4.7.16
 * @author Android:珑一 ios: 度尽
 */
export declare function updateBluetoothCheckList$(params: IInternalAttendUpdateBluetoothCheckListParams): Promise<IInternalAttendUpdateBluetoothCheckListResult>;
export default updateBluetoothCheckList$;