This commit is contained in:
2025-08-22 14:18:48 +08:00
parent ccfb7956f4
commit cd14660a59
2 changed files with 13 additions and 9 deletions

View File

@@ -292,6 +292,6 @@ export const doCallTubeShaftShow = () => {
return res
}
export const getTubeLength = (code) => {
let res = {"data":{"bh":"15","length":"1700"},"message":"获取信息成功!","status":200}
let res = {"data":{"bh":"15","length":"1500"},"message":"获取信息成功!","status":200}
return res
}