From 3013b813e5df6977c0be921928f73b1a3adde290 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 02 七月 2025 15:52:04 +0800
Subject: [PATCH] ### 一、巡查模块相关
---
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