修复bug

This commit is contained in:
hch
2023-11-02 16:57:17 +08:00
parent ad7ab6bcf2
commit 9c2d488764
18 changed files with 1087 additions and 381 deletions

View File

@@ -123,6 +123,10 @@ public class IMLoginModel extends BaseModel {
//
@SerializedName("location")
private String location = "";
//
@SerializedName("area")
private String area = "";
//
@SerializedName("medal_level")
private String medalLevel = "";
@@ -282,6 +286,14 @@ public class IMLoginModel extends BaseModel {
this.userInfoComplete = userInfoComplete;
}
public String getArea() {
return area;
}
public void setArea(String area) {
this.area = area;
}
public int getIsAttention() {
return isAttention;
}