From 1897c4ad5fa73b3f0a36e1aa0e1e9000302a6ace Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 31 十月 2025 17:35:09 +0800
Subject: [PATCH] 2025.10.31 1. 新增巡查场景历史详情相关数据逻辑(待完成);

---
 app/src/main/java/cn/flightfeather/thirdappmodule/httpservice/UserInfoService.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/app/src/main/java/cn/flightfeather/thirdappmodule/httpservice/UserInfoService.java b/app/src/main/java/cn/flightfeather/thirdappmodule/httpservice/UserInfoService.java
index 3dfd80e..a88c45a 100644
--- a/app/src/main/java/cn/flightfeather/thirdappmodule/httpservice/UserInfoService.java
+++ b/app/src/main/java/cn/flightfeather/thirdappmodule/httpservice/UserInfoService.java
@@ -3,6 +3,7 @@
 import java.util.List;
 
 import cn.flightfeather.thirdappmodule.bean.entity.Userinfo;
+import cn.flightfeather.thirdappmodule.model.bean.UserMap;
 import retrofit2.Call;
 import retrofit2.http.GET;
 import retrofit2.http.POST;
@@ -28,4 +29,7 @@
 
     @GET("userinfo/scene/get")
     Call<Userinfo> getByScene(@Query("sceneId") String sceneId);
+
+    @GET("usermap")
+    Call<UserMap> getTZId(@Query("sceneId") String sceneId);
 }

--
Gitblit v1.9.3