| | |
| | | * @param code |
| | | * @return |
| | | */ |
| | | ResultUtil<LoginWarpper> captchaLogin(String phone, String code, String registIp, String registAreaCode,String loginType,Integer driverId) throws Exception; |
| | | ResultUtil<LoginWarpper> captchaLogin(String phone, String code, String registIp, String registAreaCode,String loginType) throws Exception; |
| | | |
| | | /** |
| | | * 手机一键登录 |
| | |
| | | ResultUtil reissueCoupon() throws Exception; |
| | | |
| | | ResultUtil<LoginWarpper> wxLoginIsBind(String jscode); |
| | | |
| | | |
| | | |
| | | /** |
| | | * 代驾系统添加用户接口 |
| | | * @param phone |
| | | * @return |
| | | */ |
| | | String addAppUser(String phone, String code, String areaCode) throws Exception; |
| | | } |