Authored by caoyan

物权转移

@@ -53,7 +53,7 @@ public class MobileHelper { @@ -53,7 +53,7 @@ public class MobileHelper {
53 // 11位国内手机号 53 // 11位国内手机号
54 if (mobile.matches("\\d{11}")) { 54 if (mobile.matches("\\d{11}")) {
55 StringBuffer sb = new StringBuffer(); 55 StringBuffer sb = new StringBuffer();
56 - sb.append(mobile.substring(0, 3)).append("******").append(mobile.substring(9)); 56 + sb.append(mobile.substring(0, 3)).append("****").append(mobile.substring(7));
57 return sb.toString(); 57 return sb.toString();
58 } 58 }
59 59
@@ -599,7 +599,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{ @@ -599,7 +599,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{
599 String headIcon = profileInfo.getHead_ico(); 599 String headIcon = profileInfo.getHead_ico();
600 if(DEFAULT_HEAD_IMG.equals(headIcon) || StringUtils.isBlank(headIcon)){//有货的默认头像 600 if(DEFAULT_HEAD_IMG.equals(headIcon) || StringUtils.isBlank(headIcon)){//有货的默认头像
601 //ufo 用户的默认头像 601 //ufo 用户的默认头像
602 - headIcon = configReader.getString("ufo.product.defaultUserHeadIcon", "http://head.static.yhbimg.com/yhb-head/2018/12/28/14/0160773bb87685aade796ea4f94e0587cf.png?imageView2/{mode}/w/{width}/h/{height}"); 602 + headIcon = configReader.getString("ufo.product.defaultUserHeadIcon", "http://img11.static.yhbimg.com/goodsimg/2019/02/26/16/01f05294027c419a10bb4a941cae257692.png?imageView2/{mode}/w/{width}/h/{height}");
603 } 603 }
604 track.setHeadIcon(headIcon); 604 track.setHeadIcon(headIcon);
605 605
@@ -660,7 +660,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{ @@ -660,7 +660,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{
660 String headIcon = profileMap.get(toUid).getHead_ico(); 660 String headIcon = profileMap.get(toUid).getHead_ico();
661 if(DEFAULT_HEAD_IMG.equals(headIcon) || StringUtils.isBlank(headIcon)){//有货的默认头像 661 if(DEFAULT_HEAD_IMG.equals(headIcon) || StringUtils.isBlank(headIcon)){//有货的默认头像
662 //ufo 用户的默认头像 662 //ufo 用户的默认头像
663 - headIcon = configReader.getString("ufo.product.defaultUserHeadIcon", "http://head.static.yhbimg.com/yhb-head/2018/12/28/14/0160773bb87685aade796ea4f94e0587cf.png?imageView2/{mode}/w/{width}/h/{height}"); 663 + headIcon = configReader.getString("ufo.product.defaultUserHeadIcon", "http://img11.static.yhbimg.com/goodsimg/2019/02/26/16/01f05294027c419a10bb4a941cae257692.png?imageView2/{mode}/w/{width}/h/{height}");
664 } 664 }
665 item.setHeadIcon(headIcon); 665 item.setHeadIcon(headIcon);
666 item.setType(MESSAGE_TYPE_EX_OWNER); 666 item.setType(MESSAGE_TYPE_EX_OWNER);