nidapeng
2024-04-07 241867ae64ccfe5bf61bd5e939af1f308ca1e3b3
server/service/src/main/java/com/doumee/config/shiro/ShiroToken.java
@@ -18,7 +18,7 @@
    public ShiroToken() {
    }
    public ShiroToken( String username, String password, boolean needPassword,int userType) {
    public  ShiroToken( String username, String password, boolean needPassword,int userType) {
        super(username,  password, false, (String)null);
        this.needPassword = needPassword;
        this.userType = userType;