heyujie
2021-02-25 8a87100aa2c8d905362630cdd09825c2a2239f04
src/api/shuohuang.ts
@@ -144,4 +144,9 @@
export const getDeviceList = ()=>request({
  url:'/data/api-c/device/getlst',
  method: 'get'
})
export const getDeviceInfoById = (query:any) => request({
  url:'/data/api-c/slot/getlst',
  method: 'get',
  params: query
})