| | |
| | | ResultUtil registeredDriver(String phoneOperator, String phone, String code, String password, Integer uid, Integer type, Integer userType, Integer language) throws Exception; |
| | | |
| | | |
| | | |
| | | ResultUtil registeredDriver1(String phoneOperator, String phone, String code, String password, Integer uid, Integer type, Integer userType, Integer language) throws Exception; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 司机注册 |
| | | * @param phone |
| | |
| | | |
| | | |
| | | /** |
| | | * 获取活动奖励列表 |
| | | * 获取列表 |
| | | * @param uid |
| | | * @param pageNum |
| | | * @param size |
| | |
| | | * @throws Exception |
| | | */ |
| | | List<ActivityWarpper> queryMyActivity(Integer uid, Date time, Integer language) throws Exception; |
| | | |
| | | |
| | | |
| | | List<ActivityWarpper> queryHistoryList(Integer uid, Date time, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 获取历史活动 |
| | |
| | | * @return |
| | | */ |
| | | Double getThisWeekMoney(@Param("driverId") Integer driverId); |
| | | |
| | | |
| | | /** |
| | | * 获取给定车型且空闲的司机 |
| | | * @param type |
| | | * @param serverCarModelId |
| | | * @param lon |
| | | * @param lat |
| | | * @param distance |
| | | * @param companyId |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | List<Driver> queryIdleDriver(Integer userId, Integer type, Integer serverCarModelId, Double lon, Double lat, Double distance, Integer companyId) throws Exception; |
| | | } |