POST MessageCenter/GetRank_Job
任务榜单
Request Information
URI Parameters
None.
Body Parameters
SchoolStudentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| studentId |
学生id |
string |
None. |
| schoolId |
校区id |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"studentId": "sample string 1",
"schoolId": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CommonClassModelOfRank_ResModelOfRank_Job| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Rank_ResModelOfRank_Job |
None. |
|
| code |
代码 |
string |
None. |
| desc |
描述 |
string |
None. |
| exdesc |
系统内部错误描述 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"currentStudent": {
"cnt_levelA": 1,
"cnt_goodJob": 2,
"cnt_firstSubmit": 3,
"studentId": "sample string 5",
"stuName": "sample string 6",
"stuIcon": "sample string 7",
"rank": 8
},
"rank": 1,
"rankList": [
{
"cnt_levelA": 1,
"cnt_goodJob": 2,
"cnt_firstSubmit": 3,
"studentId": "sample string 5",
"stuName": "sample string 6",
"stuIcon": "sample string 7",
"rank": 8
},
{
"cnt_levelA": 1,
"cnt_goodJob": 2,
"cnt_firstSubmit": 3,
"studentId": "sample string 5",
"stuName": "sample string 6",
"stuIcon": "sample string 7",
"rank": 8
}
]
},
"code": "sample string 1",
"desc": "sample string 2",
"exdesc": "sample string 3"
}