heyujie
2021-07-02 79adf658d8ad7d06ff0de4c03279fd978f20fe91
src/api/shuohuang.ts
@@ -153,10 +153,10 @@
  url: '/data/api-c/device/getlst',
  method: 'get'
})
export const getDeviceInfoById = (query: any) => request({
export const getDeviceInfo = (data: any) => request({
  url: '/data/api-c/slot/getlst',
  method: 'get',
  params: query
  method: 'post',
  data: data
})
export const uploadLKG = (data: any) =>