礼物记录
POST
/api/giftLogs
请求参数
参数名
类型
描述
必填
page
int
当前页码
必填
pageSize
int
每页条数
必填
days
int
获取多少天内的数据
必填
响应参数
参数名
类型
描述
必填
totalCount
int
总数
必填
_id
string
记录ID
必填
senderUid
string
赠送人ID
必填
_id
string
用户ID
必填
head
string
头像图片名字
必填
nickname
string
昵称
必填
vip
int
会员等级
必填
giftId
string
礼物ID
必填
count
int
数量
必填
totalCoin
int
总消耗金币数量
必填
time
int
赠送时间,时间戳,秒
必填
dtid
string
如果是打赏动态,就会有这个字段,表示动态ID
可选
name
string
物品名字
必填
img
string
物品图片,包含目录名,例如:/gift/xxxx.png
必填