riku
2025-10-30 e9aa93f381afcf9f9cf0c39f2b9e32375ed49528
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);
}