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/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