POST api/PersonalReport/VIPReport
当前登录者的 VIP报告数据返回接口
Request Information
URI Parameters
None.
Body Parameters
数据获取条件
API_Base_FormCommitModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserToken |
当前登录用户的UserToken,由服务端在用户登录成功之后生成,并在整个访问过程中回传 |
string |
None. |
| DomainName |
来访域名(用户访问该站点时输入的域名) |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserToken": "sample string 1",
"DomainName": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResponseModelOfAM_VIPReport| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | AM_VIPReport |
None. |
|
| State | integer |
None. |
|
| Msg |
返回的错误或描述信息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"ReportingPeriodBeginDate": "2026-03-12T01:03:04.2616419+08:00",
"ReportingPeriodEndDate": "2026-03-12T01:03:04.2616419+08:00",
"ForecastScore": 3.1,
"BeatRatio": 64,
"VIPMemberInfo": {
"VIPClass": 201,
"BeginTime": "2026-03-12T01:03:04.2616419+08:00",
"EndDate": "2026-03-12T01:03:04.2616419+08:00"
},
"LearningLog": {
"ExerciseSumTime": 1,
"ExerciseTimeLast7Days": 2,
"ExerciseTimeToday": 3,
"QoQ": 4,
"CategoryExerciseTimeRatioList": [
{
"ExerciseTimeRatio": 64,
"CategoryName": "sample string 2",
"CategoryId": 3
},
{
"ExerciseTimeRatio": 64,
"CategoryName": "sample string 2",
"CategoryId": 3
}
],
"ExerciseTimeHighestPerson": {
"ExerciseTimeLast7Days": 1,
"StudentId": 2,
"NickName": "sample string 3",
"HeadPortrait": "sample string 4"
},
"AnalysisContent": "sample string 5"
},
"ExerciseQSAmount": {
"DoneTotalAmount": 1,
"DoneAmountLast7Days": 2,
"QoQ": 3,
"CategoryExerciseQSAmountList": [
{
"DoneAmount": 1,
"CategoryName": "sample string 2",
"CategoryId": 3
},
{
"DoneAmount": 1,
"CategoryName": "sample string 2",
"CategoryId": 3
}
],
"ExerciseQSAmountHighestPerson": {
"DoneAmountLast7Days": 1,
"StudentId": 2,
"NickName": "sample string 3",
"HeadPortrait": "sample string 4"
},
"AnalysisContent": "sample string 4"
},
"ExerciseQSAccuracyRate": {
"AccuracyRate": 64,
"CategoryExerciseQSAccuracyRateList": [
{
"DoneRightAmount": 1,
"AccuracyRate": 64,
"DoneAmount": 3,
"CategoryName": "sample string 4",
"CategoryId": 5
},
{
"DoneRightAmount": 1,
"AccuracyRate": 64,
"DoneAmount": 3,
"CategoryName": "sample string 4",
"CategoryId": 5
}
],
"ExerciseQSAccuracyRateHighestPerson": {
"AccuracyRate": 1,
"StudentId": 2,
"NickName": "sample string 3",
"HeadPortrait": "sample string 4"
},
"AnalysisContent": "sample string 2"
},
"TestLog": {
"MineTestHighestScore": {
"TestHighestScore": 1.1,
"HighestScoreComeFromExamPaper": "sample string 2"
},
"MineTestLog": [
{
"TestTime": "2026-03-12T01:03:04.2616419+08:00",
"ExamPaperTitle": "sample string 2",
"TestScore": 3.1
},
{
"TestTime": "2026-03-12T01:03:04.2616419+08:00",
"ExamPaperTitle": "sample string 2",
"TestScore": 3.1
}
]
},
"Ranking": {
"MineRanking": {
"ForecastScoreNowRanking": 1,
"ForecastScoreLatestRanking": 2,
"HighestRanking": 3,
"StudentId": 4,
"NickName": "sample string 5",
"HeadPortrait": "sample string 6"
},
"APPRanking": [
{
"ForecastScore": 1.1,
"StudentId": 2,
"NickName": "sample string 3",
"HeadPortrait": "sample string 4"
},
{
"ForecastScore": 1.1,
"StudentId": 2,
"NickName": "sample string 3",
"HeadPortrait": "sample string 4"
}
]
},
"VIPMemberPriceList": [
{
"VIPClass": 201,
"VIPMemberName": "sample string 1",
"VIPMemberPrice": 2.1,
"IsRecommend": 64
},
{
"VIPClass": 201,
"VIPMemberName": "sample string 1",
"VIPMemberPrice": 2.1,
"IsRecommend": 64
}
]
},
"State": 1,
"Msg": "sample string 2"
}