From 7bcc647f3624cbc90b5198b5e01ddbfbc86e32d8 Mon Sep 17 00:00:00 2001 From: yujt Date: Thu, 14 May 2020 16:26:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=B8=E9=87=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/elink/esua/epdc/dto/constant/GroupConstant.java | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/epdc-cloud-property-client/src/main/java/com/elink/esua/epdc/dto/constant/GroupConstant.java b/epdc-cloud-property-client/src/main/java/com/elink/esua/epdc/dto/constant/GroupConstant.java index 372e01e..331ed7c 100644 --- a/epdc-cloud-property-client/src/main/java/com/elink/esua/epdc/dto/constant/GroupConstant.java +++ b/epdc-cloud-property-client/src/main/java/com/elink/esua/epdc/dto/constant/GroupConstant.java @@ -1,8 +1,7 @@ package com.elink.esua.epdc.dto.constant; /** - * - * 友邻社群常量 + * 物业群常量 * * @Author:liuchuang * @Date:2019/11/21 14:12 @@ -15,8 +14,8 @@ public interface GroupConstant { String PARTY_GROUP_NAME_SUFFIX = "党员群"; /** - * 网格党员群默认头像 + * 物业群默认头像 */ -// String PARTY_GROUP_AVATAR = "https://epdc.elinkchina.com.cn/esua-epdc/static/default/default_party_group_avatar.png"; - String PARTY_GROUP_AVATAR = "https://epdc-shibei.elinkservice.cn/epdcFile/M00/00/7B/rBAAM15GnOSAcCAXAAALfDaRKu0301.png"; + String PROPERTY_GROUP_AVATAR = "https://epdc-yushan.elinkservice.cn/files-pro/20200512/e58074e631c5413692623b63fd51f580.png"; + }