GET api/Integral/IndexData?u={u}&t={t}&d={d}
App积分首页数据聚合
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| u |
用户ID |
integer |
Required |
| t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
| d | string |
Required |
Body Parameters
None.
Response Information
Resource Description
App积分首页数据聚合
OutputsSignInIntegralLotteryAggregationData| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSignIn |
是否已签到 |
boolean |
None. |
| TotalScore |
总积分 |
integer |
None. |
| ContinuousDay |
连续签到天数 |
integer |
None. |
| TotalDay |
累计签到天数 |
integer |
None. |
| SignInConfig |
签到积分配置规则 |
IntegralConfigSignIn |
None. |
| LotteryConfigs |
积分抽奖配置规则集合 |
Collection of IntegralSignInLotteryConfigOut |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSignIn": true,
"TotalScore": 2,
"ContinuousDay": 3,
"TotalDay": 4,
"SignInConfig": {
"ID": "058839c6-085b-4464-b97f-788c300f6b27",
"CategoryID": 2,
"IsSystem": true,
"ScoreEveryday": 4,
"ContinuousDaySmall": 5,
"ScoreContinuousDaySmall": 6,
"ContinuousDayBig": 7,
"ScoreContinuousDayBig": 8
},
"LotteryConfigs": [
{
"Score": 1,
"ActivityId": 2,
"ActivityName": "sample string 3",
"Can": true
},
{
"Score": 1,
"ActivityId": 2,
"ActivityName": "sample string 3",
"Can": true
}
]
}