nidapeng
2024-04-09 1d2fa9783d47a19650450b81fc4f2e6c97b1d4ac
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;