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); }