GET omsapi/SignInConfig/GetSystemCustom?u={u}&t={t}&d={d}
获取签到积分配置
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| u |
用户ID |
integer |
Required |
| t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
| d |
CategoryID=[,long] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取签到积分配置
IntegralConfigSignIn| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CategoryID | integer |
None. |
|
| IsSystem |
是否为系统默认 取配置的时候,如果第一级工会获取不到,则取默认配置 |
boolean |
None. |
| ScoreEveryday |
每日积分 |
integer |
None. |
| ContinuousDaySmall |
连续签到天数(small) |
integer |
None. |
| ScoreContinuousDaySmall |
连续签到额外获得积分(small) |
integer |
None. |
| ContinuousDayBig |
连续签到天数(big) |
integer |
None. |
| ScoreContinuousDayBig |
连续签到额外获得积分(big) |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": "099eed30-b7db-4d06-986c-22c88e40f329",
"CategoryID": 2,
"IsSystem": true,
"ScoreEveryday": 4,
"ContinuousDaySmall": 5,
"ScoreContinuousDaySmall": 6,
"ContinuousDayBig": 7,
"ScoreContinuousDayBig": 8
}