文档
测试

获取星耀奖励列表

GET
http://vip2.wan911.com/api/action/?_handle=StarshinePage&_method=GetStarshine&uid=19418&token=2da22496e4afdf5c24de98c4040301880d89145999f560888

请求参数

参数名
类型
描述
必填
_handle
string
示例:StarshinePage
必填
_method
string
示例:GetStarshine
必填
uid
int
示例:19418
必填
token
string
示例:2da22496e4afdf5c24de98c4040301880d89145999f560888
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:
必填
data
array
数据列表
必填
xy_starshine_id
int
示例:1002
必填
xy_starshine_name
string
示例:连续天数2
必填
xy_starshine_reward
string
示例:1 平台币
必填
xy_starshine_state
int
示例:0
必填
xy_starshine_reward_time
string
示例:
必填

说明 / 示例

## 获取星耀奖励列表 - 作者 - 刘尚乾 ### 请求地址 ``` url /api/action/ ``` ### 请求参数 | 参数名称 | 默认值 | 说明 | | -------- | ------------- | ---- | | \_handle | StarshinePage | | | \_method | GetStarshine | | | uid | | 用户id,可为空| |token| | 用户token,可为空| ### 请求响应 ``` json { "code":1, "msg":null, "data":{ "xy_starshine_id":"主键(int)", "xy_starshine_name":"奖励名称", "xy_starshine_reward":"奖励的内容", "xy_starshine_state":"奖励状态0不可领取 1可领取", "xy_starshine_reward_time":"剩余领奖时间" } } ```