qh 2 år sedan
förälder
incheckning
bae4ff252b
1 ändrade filer med 15 tillägg och 0 borttagningar
  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: {}
+    })
+ }