文档
测试

抽奖物品列表

POST
/admin/lotteryItems

请求参数

参数名
类型
描述
必填
state
string
状态过滤
可选
page
int
第几页,1开始
可选
pageSize
int
页大小,默认10
可选
listType
string
item奖品列表,fragment碎片列表,不传递则返回全部
可选

响应参数

参数名
类型
描述
必填
totalCount
int
总条数
必填
list
array
数据列表
必填
_id
string
记录ID
必填
name
string
名字
必填
icon
string
图标图片名字
必填
itemId
string
物品ID
必填
count
int
物品数量
必填
listType
string
item奖品列表,fragment碎片列表
必填
time
int
创建时间,时间戳
必填
needFragmentCount
int
需要多少碎片来兑换
可选