修改微信授权逻辑
This commit is contained in:
@@ -34,6 +34,10 @@ public class LoginBody
|
||||
* 加密向量
|
||||
*/
|
||||
private String iv;
|
||||
/**
|
||||
* 0企业,1求职者
|
||||
*/
|
||||
private String userType;
|
||||
|
||||
public String getUsername()
|
||||
{
|
||||
@@ -90,4 +94,12 @@ public class LoginBody
|
||||
public void setIv(String iv) {
|
||||
this.iv = iv;
|
||||
}
|
||||
|
||||
public String getUserType() {
|
||||
return userType;
|
||||
}
|
||||
|
||||
public void setUserType(String userType) {
|
||||
this.userType = userType;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user