| | |
| | | * 司机提交注册申请 |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil registeredDriver(String phone, String code, String password, Integer uid, Integer type, Integer userType, Integer language) throws Exception; |
| | | ResultUtil registeredDriver(String phoneOperator, String phone, String code, String password, Integer uid, Integer type, Integer userType, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil<LoginWarpper> registeredDriver(String phone, String code, String password,Integer uid,Integer uType) throws Exception; |
| | | ResultUtil<LoginWarpper> registeredDriver(String phoneOperator, String phone, String code, String password,Integer uid,Integer uType, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil<LoginWarpper> driverLogin(String phone, String password) throws Exception; |
| | | ResultUtil<LoginWarpper> driverLogin(String phone, String password, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil work(Integer uid, String type) throws Exception; |
| | | ResultUtil work(Integer uid, String type, Integer language) throws Exception; |
| | | |
| | | |
| | | |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil work2(Integer uid, String type) throws Exception; |
| | | ResultUtil work2(Integer uid, String type, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil updatePhone(String phone, String code, Integer uid) throws Exception; |
| | | ResultUtil updatePhone(String phoneOperator, String phone, String code, Integer uid, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil replaceCar(Integer carId, Integer uid) throws Exception; |
| | | ResultUtil replaceCar(Integer carId, Integer uid, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @param jobNum |
| | | * @return |
| | | */ |
| | | ResultUtil loginByJobNumber(String jobNum); |
| | | ResultUtil loginByJobNumber(String jobNum, Integer language); |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil loginByIdentification(String identification) throws Exception; |
| | | ResultUtil loginByIdentification(String identification, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil loginByTaxiAptitudeCard(String taxiAptitudeCard) throws Exception; |
| | | ResultUtil loginByTaxiAptitudeCard(String taxiAptitudeCard, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil verificationPassword(String password, Integer driverId) throws Exception; |
| | | ResultUtil verificationPassword(String password, Integer driverId, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil setWithdrawPassword(String withdrawPassword, Integer driverId) throws Exception; |
| | | ResultUtil setWithdrawPassword(String withdrawPassword, Integer driverId, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil verificationWithdrawPassword(String withdrawPassword, Integer driverId) throws Exception; |
| | | ResultUtil verificationWithdrawPassword(String withdrawPassword, Integer driverId, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |