From 100cda7b66dca7b6b9dbe43d75d6d9f63459c83e Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期六, 09 九月 2023 10:35:18 +0800 Subject: [PATCH] 修改bug --- 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