|
@@ -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, {}
|
|
|
+ )
|
|
|
+}
|