派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-16 6e72dab53f951c8080495a792dc36c8f7382ad17
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)
}