加功能

This commit is contained in:
2025-09-16 18:01:49 +08:00
parent 3ac1d5f49c
commit 1a1ddd256f
14 changed files with 682 additions and 2710 deletions

View File

@@ -192,4 +192,11 @@ export const queryErrorDataByCode = (code) => {
]
}
return res
}
export const setStation = (sn, code) => {
let res = {
code: 200,
message: 'ok'
}
return res
}