| | |
| | | * @param phone |
| | | * @return |
| | | */ |
| | | ResultUtil queryCaptcha(String phone, Integer type) throws Exception; |
| | | ResultUtil queryCaptcha(String phone, Integer type, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil queryEmailCaptcha(String email) 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; |
| | | |
| | | |
| | | /** |
| | |
| | | * @param uid |
| | | * @throws Exception |
| | | */ |
| | | void updatePassword(String password, Integer uid) throws Exception; |
| | | void updatePassword(String password, Integer uid, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |