Authored by zhaoyue

Add login and mod pwd

@@ -85,7 +85,7 @@ public class AdminAccountController { @@ -85,7 +85,7 @@ public class AdminAccountController {
85 85
86 @AntiXSS 86 @AntiXSS
87 @RequestMapping(method = RequestMethod.PUT) 87 @RequestMapping(method = RequestMethod.PUT)
88 - @ApiOperation(value = "USPIH Login and modify password", notes = "loginmodpwd") 88 + @ApiOperation(value = "USPIH Login and modify password")
89 public ResponseEntity<ResultModel> loginModPwd(@RequestParam String account, @RequestParam String password, @RequestParam String newpwd) { 89 public ResponseEntity<ResultModel> loginModPwd(@RequestParam String account, @RequestParam String password, @RequestParam String newpwd) {
90 Assert.notNull(account, "account can not be empty"); 90 Assert.notNull(account, "account can not be empty");
91 Assert.notNull(password, "password can not be empty"); 91 Assert.notNull(password, "password can not be empty");