| | |
| | | * @param phone |
| | | * @return |
| | | */ |
| | | ResultUtil queryCaptcha(String phone, Integer type) throws Exception; |
| | | ResultUtil queryCaptcha(String phone, Integer type, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 获取邮件验证码 |
| | | * @param email |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil queryEmailCaptcha(String email, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * 司机提交注册申请 |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil registeredDriver(String phone, String code, String password, Integer uid, Integer type, Integer userType) throws Exception; |
| | | ResultUtil registeredDriver(String phone, String code, String password, Integer uid, Integer type, Integer userType, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil updateDriver(RegisteredWarpper registeredWarpper, Integer uid) throws Exception; |
| | | ResultUtil updateDriver(RegisteredWarpper registeredWarpper, Integer uid, Integer language) throws Exception; |
| | | |
| | | |
| | | |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil resetPassword(String phone, String code, String password) throws Exception; |
| | | ResultUtil resetPassword(String phone, String code, String password, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @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 |
| | |
| | | * @param uid |
| | | * @throws Exception |
| | | */ |
| | | void updatePassword(String password, Integer uid) throws Exception; |
| | | void updatePassword(String password, Integer uid, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |