文档
测试

礼物赠送记录

POST
/admin/giftLogs

请求参数

参数名
类型
描述
必填
page
int
当前页码
必填
pageSize
int
每页条数
必填
senderUid
string
过滤赠送人ID
可选
receiverUid
string
过滤接收人ID
可选

响应参数

参数名
类型
描述
必填
totalCount
int
总数
必填
list
array
数据列表
必填
_id
string
记录ID
必填
senderUid
string
赠送人ID
必填
senderName
string
赠送人昵称
必填
receiverUid
string
接收人ID
必填
receiverName
string
接收人昵称
必填
giftId
string
礼物ID
可选
count
int
数量
必填
totalCoin
int
总消耗金币数量
必填
time
int
赠送时间,时间戳,秒
必填
dtid
string
如果是打赏动态,就会有这个字段,表示动态ID
可选
name
string
物品名字
必填
img
string
物品图片,图片会包含目录名,例如/lottery/xxxxxx.jpg
必填