Commit c2ca6a2d authored by 成亚卿's avatar 成亚卿

去掉拦截

parent afdbef81
...@@ -78,6 +78,7 @@ public class IndexController extends Controller { ...@@ -78,6 +78,7 @@ public class IndexController extends Controller {
/** /**
* 修改密码 * 修改密码
*/ */
@Clear
public void updatePassword() { public void updatePassword() {
String username = this.getPara("username"); String username = this.getPara("username");
String password = this.getPara("newPwd"); String password = this.getPara("newPwd");
...@@ -284,6 +285,7 @@ public class IndexController extends Controller { ...@@ -284,6 +285,7 @@ public class IndexController extends Controller {
* @authorAndDate: ChengYaqing create on 2020/10/30 10:38 * @authorAndDate: ChengYaqing create on 2020/10/30 10:38
* @return void * @return void
*/ */
@Clear
public void verifyPassword() { public void verifyPassword() {
String password = getPara("password"); String password = getPara("password");
if(password==null||"".equals(password)||"null".equals(password)) { if(password==null||"".equals(password)||"null".equals(password)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment