heyujie
2021-02-25 8c7d1ed32b7653e9e0bf72544a28f99144e92d04
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
})