nidapeng
2024-04-07 109e430dc06c581ed7b1073ef6396aa887a2e20f
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;