Browse Source

常量修改

master
yujt 5 years ago
parent
commit
7bcc647f36
  1. 9
      epdc-cloud-property-client/src/main/java/com/elink/esua/epdc/dto/constant/GroupConstant.java

9
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; package com.elink.esua.epdc.dto.constant;
/** /**
* * 物业群常量
* 友邻社群常量
* *
* @Authorliuchuang * @Authorliuchuang
* @Date2019/11/21 14:12 * @Date2019/11/21 14:12
@ -15,8 +14,8 @@ public interface GroupConstant {
String PARTY_GROUP_NAME_SUFFIX = "党员群"; String PARTY_GROUP_NAME_SUFFIX = "党员群";
/** /**
* 网格党员群默认头像 * 物业群默认头像
*/ */
// String PARTY_GROUP_AVATAR = "https://epdc.elinkchina.com.cn/esua-epdc/static/default/default_party_group_avatar.png"; String PROPERTY_GROUP_AVATAR = "https://epdc-yushan.elinkservice.cn/files-pro/20200512/e58074e631c5413692623b63fd51f580.png";
String PARTY_GROUP_AVATAR = "https://epdc-shibei.elinkservice.cn/epdcFile/M00/00/7B/rBAAM15GnOSAcCAXAAALfDaRKu0301.png";
} }

Loading…
Cancel
Save