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
获取签到积分配置
IntegralConfigSignInName | 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": "2c5022c8-8a1b-4e28-b610-32c659204ea1", "CategoryID": 2, "IsSystem": true, "ScoreEveryday": 4, "ContinuousDaySmall": 5, "ScoreContinuousDaySmall": 6, "ContinuousDayBig": 7, "ScoreContinuousDayBig": 8 }