| | |
| | | |
| | | |
| | | /** |
| | | * 获取邮件验证码 |
| | | * @param email |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil queryEmailCaptcha(String email) throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 验证短信验证码 |
| | | * @param phone |
| | | * @param code |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | Map<String, Object> queryPhone(String code) throws Exception; |
| | | Map<String, Object> queryPhone(Double lat, Double lnt) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | |
| | | |
| | | /** |
| | | * 修改语言设置 |
| | | * @param language |
| | | * @param uid |
| | | * @throws Exception |
| | | */ |
| | | void editLanguage(Integer language, Integer uid) throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 电话号码查询司机 |
| | | * @param phone |
| | | * @return |