兑换记录
POST
/api/exchangeLogs
请求参数
参数名
类型
描述
必填
page
int
当前页码
必填
pageSize
int
每页条数
必填
exchangeType
string
过滤兑换类型,coin声币兑换,cash提现
必填
响应参数
参数名
类型
描述
必填
totalCount
int
总数
必填
_id
string
记录ID
必填
giftTotalCount
int
兑换的礼物总个数
必填
exchangeType
string
兑换类型,coin兑换声币,cash兑换现金
必填
getValue
float
获得声币/现金的数量
必填
state
string
当前状态,0待处理,1已完成,-1已驳回
必填
time
int
兑换提交时间,时间戳
必填
giftDict
dict
每种礼物兑换了多少个key表示礼物ID,value表示数量,例如:{‘100':10, '101':2}
必填
getBean
int
获得了多少声豆,新版本返回
必填