无关风月
2024-10-11 48effdca685a209c19dd2a0ccd456470a895784b
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IPhoneService.java
@@ -13,14 +13,13 @@
     * @return
     * @throws Exception
     */
    List<Phone> queryPhones(String code) throws Exception;
    List<Phone> queryPhones(Integer uid, Double lat, Double lnt) throws Exception;
    /**
     * 获取客服电话(个人中心)
     * @param code
     * @return
     * @throws Exception
     */
    Map<String, Object> queryCustomerPhone(String code) throws Exception;
    Map<String, Object> queryCustomerPhone(Integer uid, Double lat, Double lnt) throws Exception;
}