|
@@ -17,7 +17,7 @@ public class ImUserModel {
|
|
this.id = id;
|
|
this.id = id;
|
|
this.name = name;
|
|
this.name = name;
|
|
if(StringUtils.isEmpty(portrait)){
|
|
if(StringUtils.isEmpty(portrait)){
|
|
- this.portrait = "https://daya-online.oss-cn-beijing.aliyuncs.com/201910/RgHwgKc.jpg";
|
|
|
|
|
|
+ this.portrait = "https://daya-online.oss-cn-beijing.aliyuncs.com/201912/RkoZBNq.jpeg";
|
|
}else {
|
|
}else {
|
|
this.portrait = portrait;
|
|
this.portrait = portrait;
|
|
}
|
|
}
|