派生自 wuyushui/SewerAndRainNetwork

zhangshuaibao
2021-03-31 44c36c6b18829b9e190bd4be52c8e03a1a404348
1
2
3
4
5
6
import $http from '@utils/axios'
// import Qs from 'qs'
 
export const getSolidWaste = (data = {}) => {
  return $http.get('/wasteSolid/getSolidWaste', data)
}