From 8b69dc1f592bbb68bb0a1d02b152404a04497631 Mon Sep 17 00:00:00 2001 From: Administrator <admin> Date: Thu, 22 Jul 2021 14:27:44 +0800 Subject: [PATCH] 用户查询接口修改 --- src/main/java/org/springblade/modules/location/service/LiveLocationService.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/java/org/springblade/modules/location/service/LiveLocationService.java b/src/main/java/org/springblade/modules/location/service/LiveLocationService.java index 8ea57a3..cf6f1c9 100644 --- a/src/main/java/org/springblade/modules/location/service/LiveLocationService.java +++ b/src/main/java/org/springblade/modules/location/service/LiveLocationService.java @@ -35,4 +35,10 @@ * @return */ List<LocusVo> getLocusInfoList(LiveLocationVo liveLocationVo); + + /** + * 首页实时定位 + * @return + */ + List<LiveLocationVo> getLiveLocationVoList(LiveLocationVo liveLocationVo); } -- Gitblit v1.9.3