[ { "ContainingType": "YD_XinWei.Api.Controllers.XinWeiController", "Method": "GetDeviceInfo", "RelativePath": "basic/{apiVersion}/device/open/getDeviceInfo", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "deviceSerial", "Type": "System.String", "IsRequired": false }, { "Name": "apiVersion", "Type": "", "IsRequired": true } ], "ReturnTypes": [ { "Type": "YD_XinWei.Commons.Dto.Open.DeviceInfoDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 } ] }, { "ContainingType": "YD_XinWei.Api.Controllers.XinWeiController", "Method": "GetFaceListOfDevicePage", "RelativePath": "basic/{apiVersion}/open/getFaceListOfDevicePage", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "OrgId", "Type": "System.Int32", "IsRequired": false }, { "Name": "PageNo", "Type": "System.Int32", "IsRequired": false }, { "Name": "PageSize", "Type": "System.Int32", "IsRequired": false }, { "Name": "apiVersion", "Type": "", "IsRequired": true } ], "ReturnTypes": [ { "Type": "YD_XinWei.Commons.Dto.Open.FaceListOfDevicePageDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 } ] }, { "ContainingType": "YD_XinWei.Api.Controllers.XinWeiController", "Method": "GetGradeListByOrg", "RelativePath": "basic/{apiVersion}/open/getGradeListByOrg", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "orgId", "Type": "System.Int32", "IsRequired": false }, { "Name": "apiVersion", "Type": "", "IsRequired": true } ], "ReturnTypes": [ { "Type": "System.Collections.Generic.List\u00601[[YD_XinWei.Commons.Dto.Open.GradeVo, YD_XinWei.Commons, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 } ] }, { "ContainingType": "YD_XinWei.Api.Controllers.XinWeiController", "Method": "GetOrgSportsProjectList", "RelativePath": "sports/{apiVersion}/common/getOrgSportsProjectList", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "orgId", "Type": "System.Int32", "IsRequired": false }, { "Name": "apiVersion", "Type": "", "IsRequired": true } ], "ReturnTypes": [ { "Type": "System.Collections.Generic.List\u00601[[YD_XinWei.Commons.Dto.Common.TestingProjectDto, YD_XinWei.Commons, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 } ] }, { "ContainingType": "YD_XinWei.Api.Controllers.XinWeiController", "Method": "GetSportsModelTypeList", "RelativePath": "sports/{apiVersion}/common/getSportsModelTypeList", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "apiVersion", "Type": "", "IsRequired": true } ], "ReturnTypes": [ { "Type": "System.Collections.Generic.List\u00601[[YD_XinWei.Commons.Dto.Common.ProjectModeDto, YD_XinWei.Commons, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 } ] }, { "ContainingType": "YD_XinWei.Api.Controllers.XinWeiController", "Method": "GetScoreRules", "RelativePath": "sports/{apiVersion}/project/getScoreRules", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "orgId", "Type": "System.Int32", "IsRequired": false }, { "Name": "apiVersion", "Type": "", "IsRequired": true } ], "ReturnTypes": [ { "Type": "System.Collections.Generic.List\u00601[[YD_XinWei.Commons.Dto.Open.ScoreRuleDto, YD_XinWei.Commons, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 } ] }, { "ContainingType": "YD_XinWei.Api.Controllers.XinWeiController", "Method": "GetMinimumOfStudentInfoList", "RelativePath": "sports/{apiVersion}/roster/getMinimumOfStudentInfoList", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "orgId", "Type": "System.Int32", "IsRequired": false }, { "Name": "apiVersion", "Type": "", "IsRequired": true } ], "ReturnTypes": [ { "Type": "System.Collections.Generic.List\u00601[[YD_XinWei.Commons.Dto.Open.StudentInfoDto, YD_XinWei.Commons, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 } ] }, { "ContainingType": "YD_XinWei.Api.Controllers.XinWeiController", "Method": "GetSportsRosterList", "RelativePath": "sports/{apiVersion}/roster/getSportsRosterList", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "orgId", "Type": "System.Int32", "IsRequired": false }, { "Name": "userId", "Type": "System.Int32", "IsRequired": false }, { "Name": "apiVersion", "Type": "", "IsRequired": true } ], "ReturnTypes": [ { "Type": "System.Collections.Generic.List\u00601[[YD_XinWei.Commons.Dto.Open.SportsRosterDto, YD_XinWei.Commons, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 } ] }, { "ContainingType": "YD_XinWei.Api.Controllers.XinWeiController", "Method": "AddTrain", "RelativePath": "sports/{apiVersion}/train/addTrain", "HttpMethod": "POST", "IsController": true, "Order": 0, "Parameters": [ { "Name": "dto", "Type": "YD_XinWei.Commons.Dto.Open.AddTrainDto", "IsRequired": true }, { "Name": "apiVersion", "Type": "", "IsRequired": true } ], "ReturnTypes": [ { "Type": "YD_XinWei.Commons.Dto.Open.TrainDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 } ] }, { "ContainingType": "YD_XinWei.Api.Controllers.XinWeiController", "Method": "GradeRankingGet", "RelativePath": "sports/{apiVersion}/trainAnalysis/gradeRankingGet", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "studentId", "Type": "System.Int32", "IsRequired": false }, { "Name": "trainId", "Type": "System.Int32", "IsRequired": false }, { "Name": "apiVersion", "Type": "", "IsRequired": true } ], "ReturnTypes": [ { "Type": "YD_XinWei.Commons.Dto.Open.GradeRankingVo", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 } ] }, { "ContainingType": "YD_XinWei.Api.Controllers.XinWeiController", "Method": "TrainAnalysisHistoryDetail", "RelativePath": "sports/{apiVersion}/trainAnalysis/history/detail", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "TrainStudentId", "Type": "System.Int64", "IsRequired": false }, { "Name": "TouristFlag", "Type": "System.Nullable\u00601[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "DoubleFlag", "Type": "System.Nullable\u00601[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "apiVersion", "Type": "", "IsRequired": true } ], "ReturnTypes": [ { "Type": "YD_XinWei.Commons.Dto.Open.TrainAnalusisVo", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 } ] }, { "ContainingType": "YD_XinWei.Api.Controllers.XinWeiController", "Method": "HistoryGet", "RelativePath": "sports/{apiVersion}/trainAnalysis/history/get", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "OrgId", "Type": "System.Int64", "IsRequired": false }, { "Name": "ProjectKind", "Type": "System.String", "IsRequired": false }, { "Name": "ModelType", "Type": "System.Byte", "IsRequired": false }, { "Name": "PageNo", "Type": "System.Int32", "IsRequired": false }, { "Name": "PageSize", "Type": "System.Int32", "IsRequired": false }, { "Name": "OrderByColumn", "Type": "System.String", "IsRequired": false }, { "Name": "IsAsc", "Type": "System.String", "IsRequired": false }, { "Name": "apiVersion", "Type": "", "IsRequired": true } ], "ReturnTypes": [ { "Type": "YD_XinWei.Commons.Dto.Open.TrainHistoryResponseDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 } ] }, { "ContainingType": "YD_XinWei.Api.Controllers.XinWeiController", "Method": "ScoreRanking", "RelativePath": "sports/{apiVersion}/trainAnalysis/scoreRanking/list", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "OrgId", "Type": "System.Int64", "IsRequired": false }, { "Name": "GradeId", "Type": "System.Int64", "IsRequired": false }, { "Name": "Times", "Type": "System.String", "IsRequired": false }, { "Name": "Sex", "Type": "System.String", "IsRequired": false }, { "Name": "ProjectKind", "Type": "System.String", "IsRequired": false }, { "Name": "ModelType", "Type": "System.String", "IsRequired": false }, { "Name": "apiVersion", "Type": "", "IsRequired": true } ], "ReturnTypes": [ { "Type": "YD_XinWei.Commons.Dto.Open.ScoreRankingVo", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 } ] }, { "ContainingType": "YD_XinWei.Api.Controllers.XinWeiController", "Method": "HistoryPersonGet", "RelativePath": "sports/v1/trainAnalysis/history/person/get", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "OrgId", "Type": "System.Int64", "IsRequired": false }, { "Name": "ProjectKind", "Type": "System.String", "IsRequired": false }, { "Name": "ModelType", "Type": "System.Byte", "IsRequired": false }, { "Name": "StudentId", "Type": "System.Int32", "IsRequired": false } ], "ReturnTypes": [ { "Type": "YD_XinWei.Commons.Dto.Open.TrainHistoryPersonVo", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 } ] }, { "ContainingType": "YD_XinWei.Api.Controllers.XinWeiController", "Method": "HistoryPersonListGet", "RelativePath": "sports/v1/trainAnalysis/history/person/list", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "OrgId", "Type": "System.Int64", "IsRequired": false }, { "Name": "ProjectKind", "Type": "System.String", "IsRequired": false }, { "Name": "ModelType", "Type": "System.Byte", "IsRequired": false }, { "Name": "StudentId", "Type": "System.Int32", "IsRequired": false }, { "Name": "PageNo", "Type": "System.Int32", "IsRequired": false }, { "Name": "PageSize", "Type": "System.Int32", "IsRequired": false }, { "Name": "OrderByColumn", "Type": "System.String", "IsRequired": false }, { "Name": "IsAsc", "Type": "System.String", "IsRequired": false } ], "ReturnTypes": [ { "Type": "YD_XinWei.Commons.Dto.Open.TableDataPersonAnalysisVo", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 } ] } ]