文档
测试

房间送礼

POST
/api/sendRoomGift

请求参数

参数名
类型
描述
必填
giftId
string
礼物ID
必填
count
int
礼物数量
必填
receiverUids
string
赠送给谁,对方的用户ID,多个用逗号拼接
必填
roomId
string
房间ID
必填
isLockGift
string
赠送的是否为奖品,1是,其他否
可选

响应参数

参数名
类型
描述
必填
senderUid
string
发送者ID
必填
roomId
int
房间id
必填
giftId
string
礼物ID
必填
count
int
礼物数量
必填