44323
2024-05-17 e2d01b2009c30173ff8e9f77d5c065f4d38fa49d
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(Double lat, Double lnt) throws Exception;
    /**
     * 获取客服电话(个人中心)
     * @param code
     * @return
     * @throws Exception
     */
    Map<String, Object> queryCustomerPhone(String code) throws Exception;
    Map<String, Object> queryCustomerPhone(Double lat, Double lnt) throws Exception;
}