web
2025-04-15 8f50c8203c8df64dd0a566b228bae7f69156e109
src/api/facility/index.js
@@ -37,5 +37,13 @@
            data,
         });
      },
      get: (params) => {
         return publicRequest({
            url: '/waterFacility/get',
            method: 'get',
            params
         });
      },
   };
}