6.5.4礼物冠名

This commit is contained in:
18401019693
2023-08-14 11:18:33 +08:00
parent 399bedb874
commit a618bee6b7
4 changed files with 8 additions and 3 deletions

View File

@@ -281,6 +281,10 @@ public class IMLoginManager extends BaseCacheManager {
return userInfo;
}
public void setMedalName(String medalName) {
userInfo.setMedalName(medalName);
}
/**
* 判断是否已登录
*