web
2 天以前 973c01c9f5d4ef7421e423dd6c20d720f2810e3a
src/api/facility/index.js
@@ -37,5 +37,13 @@
            data,
         });
      },
      get: (params) => {
         return publicRequest({
            url: '/waterFacility/get',
            method: 'get',
            params
         });
      },
   };
}