puzhibing
2022-09-14 ab7cc0cb35f3375b35f7f3d866704d1383ddcff5
DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IDriverService.java
@@ -22,6 +22,15 @@
    /**
     * 获取邮件验证码
     * @param email
     * @return
     * @throws Exception
     */
    ResultUtil queryEmailCaptcha(String email) throws Exception;
    /**
     * 验证短信验证码
     * @param phone
     * @param code
@@ -87,7 +96,7 @@
     * @return
     * @throws Exception
     */
    Map<String, Object> queryPhone(String code) throws Exception;
    Map<String, Object> queryPhone(Double lat, Double lnt) throws Exception;
    /**
@@ -176,6 +185,15 @@
    /**
     * 修改语言设置
     * @param language
     * @param uid
     * @throws Exception
     */
    void editLanguage(Integer language, Integer uid) throws Exception;
    /**
     * 电话号码查询司机
     * @param phone
     * @return