GET Integral/GetIntegralInfo
获取积分规则
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
消息分类
ApiResultModelOfAPIIntegralModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | CodeEnum |
None. |
|
| Msg | string |
None. |
|
| Result | APIIntegralModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 0,
"Msg": "sample string 1",
"Result": {
"comment_day_integral": 1,
"comment_set_integral": 2,
"loginNO_download": 3,
"loginOk_download": 4,
"download_integral": 5,
"login_integral": 6,
"reg_coin": 7,
"reg_integral": 8,
"invite_reg_Make": 9,
"invite_Click_integral": 10,
"Sign_set_integral": 11
}
}