| | |
| | | @GetMapping("resetPassword") |
| | | R resetPassword(@RequestParam("userId") Long userId); |
| | | |
| | | @GetMapping("/resetPasswordAccount") |
| | | R resetPasswordAccount(@RequestParam("type")Integer type,@RequestParam("account")String account); |
| | | |
| | | /** |
| | | * 批量重置密码用户登录密码默认admin123456 |
| | | * |
| | |
| | | * @return 协议内容 |
| | | */ |
| | | @PostMapping("useragreement") |
| | | R userAgreement(@RequestParam("type") int type); |
| | | R userAgreement(@RequestParam("type") int type,@RequestParam("appid")String appId); |
| | | |
| | | /** |
| | | * uu洗车登录 |
| | |
| | | * @return 协议内容 |
| | | */ |
| | | @PostMapping("agreement") |
| | | R agreement(@RequestParam("type") Integer type); |
| | | R agreement(@RequestParam("type") Integer type,@RequestParam("appId")String appId); |
| | | |
| | | /** |
| | | * 维护用户最后登录时间 |