From 722db9e28a0c8e33d79621c66c0ecf1d60fcf0f6 Mon Sep 17 00:00:00 2001 From: luodangjia <luodangjia> Date: 星期三, 17 七月 2024 09:55:11 +0800 Subject: [PATCH] 7.17 --- DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IPhoneService.java | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IPhoneService.java b/DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IPhoneService.java index f9204a5..0ac1d98 100644 --- a/DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IPhoneService.java +++ b/DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IPhoneService.java @@ -18,9 +18,8 @@ /** * 获取客服电话(个人中心) - * @param code * @return * @throws Exception */ - Map<String, Object> queryCustomerPhone(String code) throws Exception; + Map<String, Object> queryCustomerPhone(Double lat, Double lnt) throws Exception; } -- Gitblit v1.7.1