2025-01-13 21:06:59 +08:00

220 lines
5.3 KiB
JSON

[
{
"ContainingType": "YD_WeChatApplet.Api.Controllers.HomeWorkController",
"Method": "ClassListbyTeacher",
"RelativePath": "HomeWork/AddHomeWork",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "paramDto",
"Type": "YD_WeChatApplet.Commons.Dto.HomeWork.AddHomeWorkDto",
"IsRequired": true
}
],
"ReturnTypes": []
},
{
"ContainingType": "YD_WeChatApplet.Api.Controllers.HomeWorkController",
"Method": "HomeWorkDetails",
"RelativePath": "HomeWork/HomeWorkDetails",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "homeWorkId",
"Type": "System.Int32",
"IsRequired": false
}
],
"ReturnTypes": [
{
"Type": "YD_WeChatApplet.Commons.Dto.HomeWork.HomeWorkDetailsDto",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "YD_WeChatApplet.Api.Controllers.HomeWorkController",
"Method": "HomeWorkRecord",
"RelativePath": "HomeWork/HomeWorkRecord",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "teacherPhoneNo",
"Type": "System.String",
"IsRequired": false
}
],
"ReturnTypes": [
{
"Type": "System.Collections.Generic.List\u00601[[YD_WeChatApplet.Commons.Dto.HomeWork.HomeWorkRecordDto, YD_WeChatApplet.Commons, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "YD_WeChatApplet.Api.Controllers.StudentController",
"Method": "ClassListbyTeacher",
"RelativePath": "Student/ClassListbyTeacher",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "teacherPhoneNo",
"Type": "System.String",
"IsRequired": false
}
],
"ReturnTypes": [
{
"Type": "System.Collections.Generic.List\u00601[[YD_WeChatApplet.Commons.Dto.School.ClassListDto, YD_WeChatApplet.Commons, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "YD_WeChatApplet.Api.Controllers.StudentController",
"Method": "StudentListByClassId",
"RelativePath": "Student/StudentListByClassId",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "classId",
"Type": "System.Int32",
"IsRequired": false
}
],
"ReturnTypes": [
{
"Type": "System.Collections.Generic.List\u00601[[YD_WeChatApplet.Commons.Dto.School.StudentListDto, YD_WeChatApplet.Commons, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "YD_WeChatApplet.Controllers.UserController",
"Method": "Login",
"RelativePath": "User/Login",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "paramDto",
"Type": "YD_WeChatApplet.Commons.LoginInfo",
"IsRequired": true
}
],
"ReturnTypes": []
},
{
"ContainingType": "YD_WeChatApplet.Controllers.UserController",
"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
}
],
"ReturnTypes": []
},
{
"ContainingType": "YD_WeChatApplet.Controllers.UserController",
"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
}
],
"ReturnTypes": [
{
"Type": "YD_WeChatApplet.WeChat.Lib.WechatUserInfo",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
}
]