This commit is contained in:
张良(004796)
2024-04-01 10:28:06 +08:00
parent f08dc9b99c
commit 153041bc16
4 changed files with 6 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ public class GiveGiftReq {
@Schema(description = "类型 1 个人详情页 2.IM页面 3视频页")
private Integer type;
@Schema(hidden = true)
private Long fromUserId;
@Schema(description = "接收方用户ID")
private Long toUserId;