Files
klp-mono/apps/hand-factory/api/pocket/deviceFieldMeta.js

10 lines
178 B
JavaScript
Raw Normal View History

2026-01-15 20:18:37 +08:00
import zinc1Request from '@/utils/zinc1Request'
2026-01-05 14:29:33 +08:00
export function getDeviceFieldMetaAll() {
2026-01-15 20:18:37 +08:00
return zinc1Request({
2026-01-05 14:29:33 +08:00
url: '/api/deviceFieldMeta/all',
2026-01-15 20:18:37 +08:00
method: 'get'
2026-01-05 14:29:33 +08:00
})
}