文档
测试

幸运大抽奖奖励首页显示信息

POST
http://localhost:8080/sqdk/api/luckDraw/appShowLuckDrawIndex

请求参数

参数名
类型
描述
必填
userId
int
示例:160213
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
message
string
示例:
必填
data
object
数据字典
必填
luckyDrawUsedCount
int
示例:0 已抽奖次数
必填
luckyDrawCount
int
示例:100 抽奖剩余次数
必填
userId
int
示例:160213 用户id
必填
box1State
int
示例:0 第一个宝箱状态(0未开启1可开启2已捡取)
必填
box2State
int
示例:0 第二个宝箱状态(0未开启1可开启2已捡取)
必填
box3State
int
示例:0 第三个宝箱状态(0未开启1可开启2已捡取)
必填
box4State
int
示例:0 第四个宝箱状态(0未开启1可开启2已捡取)
必填