LAPTOP-FO2T5SIU\35838 hai 11 meses
pai
achega
0b3b8434d6
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  1. 14 0
      js_sdk/http.js

+ 14 - 0
js_sdk/http.js

@@ -990,3 +990,17 @@ export function parkRoomSlateRemove(e) {
         '/wx/ParkRoomSlateController/remove', e, {}
     )
 }
+
+// 房源预定详情
+export function getParkRoomSlateInfoById(e) {
+    return $http.post(
+        '/wx/ParkRoomSlateController/getById', e, {}
+    )
+}
+
+// 编辑企业预定
+export function parkRoomSlateEdit(e) {
+    return $http.post(
+        '/wx/ParkRoomSlateController/edit', e, {}
+    )
+}