修复托盘停用接口参数格式
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

This commit is contained in:
sheng
2026-06-25 14:58:37 +08:00
parent 399af51749
commit 4c46fad0b8
3 changed files with 4 additions and 6 deletions

View File

@@ -75,10 +75,10 @@ export function trayUnbinding (tray) {
})
}
export function trayInactivity (data) {
export function trayInactivity (tray) {
return sendWorkerman({
action: 'set_tray_inactivity',
param: { data }
param: { tray }
})
}