365 lines
9.2 KiB
JSON
Raw Normal View History

2025-01-13 21:06:59 +08:00
[
{
2025-01-13 22:37:39 +08:00
"ContainingType": "YD_XinWei.Api.Controllers.HomeWorkController",
2025-01-13 21:06:59 +08:00
"Method": "ClassListbyTeacher",
"RelativePath": "HomeWork/AddHomeWork",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "paramDto",
2025-01-13 22:37:39 +08:00
"Type": "YD_XinWei.Commons.Dto.HomeWork.AddHomeWorkDto",
2025-01-13 21:06:59 +08:00
"IsRequired": true
}
],
"ReturnTypes": []
},
{
2025-01-13 22:37:39 +08:00
"ContainingType": "YD_XinWei.Api.Controllers.HomeWorkController",
2025-01-13 21:06:59 +08:00
"Method": "HomeWorkDetails",
"RelativePath": "HomeWork/HomeWorkDetails",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "homeWorkId",
"Type": "System.Int32",
"IsRequired": false
}
],
"ReturnTypes": [
{
2025-01-13 22:37:39 +08:00
"Type": "YD_XinWei.Commons.Dto.HomeWork.HomeWorkDetailsDto",
2025-01-13 21:06:59 +08:00
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
2025-01-13 22:37:39 +08:00
"ContainingType": "YD_XinWei.Api.Controllers.HomeWorkController",
2025-01-13 21:06:59 +08:00
"Method": "HomeWorkRecord",
"RelativePath": "HomeWork/HomeWorkRecord",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "teacherPhoneNo",
"Type": "System.String",
"IsRequired": false
}
],
"ReturnTypes": [
{
2025-01-13 22:37:39 +08:00
"Type": "System.Collections.Generic.List\u00601[[YD_XinWei.Commons.Dto.HomeWork.HomeWorkRecordDto, YD_XinWei.Commons, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
2025-01-13 21:06:59 +08:00
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
2025-01-14 16:04:33 +08:00
{
"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
}
]
},
2025-01-13 21:06:59 +08:00
{
2025-01-13 22:37:39 +08:00
"ContainingType": "YD_XinWei.Api.Controllers.StudentController",
2025-01-13 21:06:59 +08:00
"Method": "ClassListbyTeacher",
"RelativePath": "Student/ClassListbyTeacher",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "teacherPhoneNo",
"Type": "System.String",
"IsRequired": false
}
],
"ReturnTypes": [
{
2025-01-13 22:37:39 +08:00
"Type": "System.Collections.Generic.List\u00601[[YD_XinWei.Commons.Dto.School.ClassListDto, YD_XinWei.Commons, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
2025-01-13 21:06:59 +08:00
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
2025-01-13 22:37:39 +08:00
"ContainingType": "YD_XinWei.Api.Controllers.StudentController",
2025-01-13 21:06:59 +08:00
"Method": "StudentListByClassId",
"RelativePath": "Student/StudentListByClassId",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "classId",
"Type": "System.Int32",
"IsRequired": false
}
],
"ReturnTypes": [
{
2025-01-13 22:37:39 +08:00
"Type": "System.Collections.Generic.List\u00601[[YD_XinWei.Commons.Dto.School.StudentListDto, YD_XinWei.Commons, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
2025-01-13 21:06:59 +08:00
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
2025-01-13 22:37:39 +08:00
"ContainingType": "YD_XinWei.Api.Controllers.TeacherController",
"Method": "ModifyTeacherProfile",
"RelativePath": "Teacher/ModifyTeacherProfile",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "paramDto",
"Type": "YD_XinWei.Commons.Dto.Teacher.TeacherProfileDto",
"IsRequired": true
}
],
"ReturnTypes": []
},
{
"ContainingType": "YD_XinWei.Api.Controllers.TeacherController",
"Method": "ModifyTeacherPwd",
"RelativePath": "Teacher/ModifyTeacherPwd",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "paramDto",
"Type": "YD_XinWei.Commons.Dto.Teacher.ModifyTeacherPwdDto",
"IsRequired": true
}
],
"ReturnTypes": []
},
{
"ContainingType": "YD_XinWei.Api.Controllers.TeacherController",
"Method": "TeacherProfile",
"RelativePath": "Teacher/TeacherProfile",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [],
"ReturnTypes": [
{
"Type": "YD_XinWei.Commons.Dto.Teacher.TeacherProfileDto",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "YD_XinWei.Api.Controllers.UserController",
2025-01-13 21:06:59 +08:00
"Method": "Login",
"RelativePath": "User/Login",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "paramDto",
2025-01-13 22:37:39 +08:00
"Type": "YD_XinWei.Commons.LoginInfo",
2025-01-13 21:06:59 +08:00
"IsRequired": true
}
],
"ReturnTypes": []
},
{
2025-01-13 22:37:39 +08:00
"ContainingType": "YD_XinWei.Api.Controllers.UserController",
"Method": "RelatedAccounts",
"RelativePath": "User/RelatedAccounts",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "relevanceId",
"Type": "System.Guid",
"IsRequired": false
}
],
"ReturnTypes": [
{
"Type": "System.Collections.Generic.List\u00601[[YD_XinWei.Commons.RelatedAccountsDto, 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.UserController",
2025-01-13 21:06:59 +08:00
"Method": "WxLogin",
"RelativePath": "User/WxLogin",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "code",
"Type": "System.String",
"IsRequired": false
},
{
"Name": "encryptedData",
"Type": "System.String",
"IsRequired": false
},
{
"Name": "iv",
"Type": "System.String",
"IsRequired": false
},
{
"Name": "rawData",
"Type": "System.String",
"IsRequired": false
},
{
"Name": "signature",
"Type": "System.String",
"IsRequired": false
2025-01-13 22:37:39 +08:00
},
{
"Name": "RelevanceId",
"Type": "System.Nullable\u00601[[System.Guid, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
"IsRequired": false
2025-01-13 21:06:59 +08:00
}
],
"ReturnTypes": []
},
{
2025-01-13 22:37:39 +08:00
"ContainingType": "YD_XinWei.Api.Controllers.UserController",
2025-01-13 21:06:59 +08:00
"Method": "GetWXUserInfo",
"RelativePath": "User/WXUserInfo",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "code",
"Type": "System.String",
"IsRequired": false
},
{
"Name": "encryptedData",
"Type": "System.String",
"IsRequired": false
},
{
"Name": "iv",
"Type": "System.String",
"IsRequired": false
},
{
"Name": "rawData",
"Type": "System.String",
"IsRequired": false
},
{
"Name": "signature",
"Type": "System.String",
"IsRequired": false
2025-01-13 22:37:39 +08:00
},
{
"Name": "RelevanceId",
"Type": "System.Nullable\u00601[[System.Guid, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
"IsRequired": false
}
],
"ReturnTypes": [
{
"Type": "YD_XinWei.Api.WeChat.Lib.WechatUserInfo",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
2025-01-13 21:06:59 +08:00
}
]