一些小优化

This commit is contained in:
liub
2026-02-10 15:45:45 +08:00
parent 63214ded3b
commit fc88bd6f7d
8 changed files with 51 additions and 40 deletions

View File

@ -6,4 +6,8 @@ export function deviceSendAlarmMessage(data) {
method: 'post',
data: data
})
}
export function deviceDefaultAlarm(data){
return Promise.reject(data);
}