From fbae5f3ea74727ccadc48314a864a1ea0099a945 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 17 十月 2025 17:36:17 +0800
Subject: [PATCH] 2025.10.17 1、新增巡查时,修改工地施工阶段功能(待完成)
---
app/src/main/java/cn/flightfeather/thirdappmodule/httpservice/DomainItemService.kt | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/app/src/main/java/cn/flightfeather/thirdappmodule/httpservice/DomainItemService.kt b/app/src/main/java/cn/flightfeather/thirdappmodule/httpservice/DomainItemService.kt
index b78fb62..849c125 100644
--- a/app/src/main/java/cn/flightfeather/thirdappmodule/httpservice/DomainItemService.kt
+++ b/app/src/main/java/cn/flightfeather/thirdappmodule/httpservice/DomainItemService.kt
@@ -12,6 +12,15 @@
*/
interface DomainItemService {
+ /**
+ * 鑾峰彇鍦烘櫙鐨勯棶棰樹綅缃泦鍚�
+ */
@GET("domainitem/location")
fun getLocation(@Query("sceneType") sceneType: Int): Observable<Response<ArrayList<Domainitem>>>
+
+ /**
+ * 鑾峰彇鍦烘櫙鐨勪换鎰忔媿鍥剧墖鍒嗙被
+ */
+ @GET("domainitem/mediaFileType")
+ fun getMediaFileType(@Query("sceneType") sceneType: Int): Observable<Response<Map<String?, String?>>>
}
\ No newline at end of file
--
Gitblit v1.9.3