From fbdd3fc1c9fe5f6d426faeb04e1f70dbb9f73ec1 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 4 Jun 2026 16:24:22 +0800 Subject: [PATCH] =?UTF-8?q?cp=E7=88=B1=E5=BF=83=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/inner/enums/activity/PropsActivityTypeEnum.java | 6 ++++++ .../red/circle/other/inner/model/dto/user/CpRingDTO.java | 6 ++++++ .../other/inner/model/dto/user/CpSimpleUserProfileCO.java | 5 +++++ 3 files changed, 17 insertions(+) diff --git a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/activity/PropsActivityTypeEnum.java b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/activity/PropsActivityTypeEnum.java index cce905df..a3c92a29 100644 --- a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/activity/PropsActivityTypeEnum.java +++ b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/activity/PropsActivityTypeEnum.java @@ -230,4 +230,10 @@ public enum PropsActivityTypeEnum { */ CP_AVATAR, + /** + * CP爱心默认样式配置. + */ + CP_LOVE_HEART, + + } diff --git a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/dto/user/CpRingDTO.java b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/dto/user/CpRingDTO.java index ed8b9516..31d91785 100644 --- a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/dto/user/CpRingDTO.java +++ b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/dto/user/CpRingDTO.java @@ -39,4 +39,10 @@ public class CpRingDTO implements Serializable { */ private Long expireTime; + + /** + * 戒指动态资源. + */ + private String sourceUrl; + } diff --git a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/dto/user/CpSimpleUserProfileCO.java b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/dto/user/CpSimpleUserProfileCO.java index b2046cac..7bce6fe3 100644 --- a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/dto/user/CpSimpleUserProfileCO.java +++ b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/dto/user/CpSimpleUserProfileCO.java @@ -57,6 +57,11 @@ public class CpSimpleUserProfileCO implements Serializable { */ private String cpUserAvatar; + /** + * CP用户头像框 + */ + private String cpUserAvatarFrame; + /** * CP用户昵称 */