|
|
|
@ -26,7 +26,7 @@ public class ForgetController {
|
|
|
|
|
private UserPasswordService userPasswordService;
|
|
|
|
|
@Resource
|
|
|
|
|
private UserInformationService userInformationService;
|
|
|
|
|
|
|
|
|
|
//5555
|
|
|
|
|
@RequestMapping(value = "checkCode.do", method = {RequestMethod.POST, RequestMethod.GET})
|
|
|
|
|
public Map checkPhone(HttpServletRequest request, Model model,
|
|
|
|
|
@RequestParam String code, @RequestParam String token) {
|
|
|
|
|