防止LoginType注入USERNAME_PASSWORD ASC --
This commit is contained in:
parent
6427e0dd57
commit
38bfdad257
|
|
@ -20,4 +20,6 @@ public class LoginIsAdminBody {
|
||||||
* 用户密码
|
* 用户密码
|
||||||
*/
|
*/
|
||||||
private String password;
|
private String password;
|
||||||
|
|
||||||
|
private LoginType loginType;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue