LAPTOP-FO2T5SIU\35838 11 달 전
부모
커밋
0b3b8434d6
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  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, {}
+    )
+}