qh hace 2 años
padre
commit
bae4ff252b
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  1. 15 0
      src/api/allDaysPriceRuleApi.js

+ 15 - 0
src/api/allDaysPriceRuleApi.js

@@ -0,0 +1,15 @@
+import api from './index'
+import { axios } from '@/utils/request'
+
+
+/**
+ * 获取全天房计费规则
+ * @returns 
+ */
+export function  fetch() { 
+    return axios({
+        url: '/rooms/cesAllDayPriceRule/fetch',
+        method: 'post',
+        params: {}
+    })
+ }