348 lines
8.6 KiB
JSON
Raw Normal View History

2025-01-13 21:06:59 +08:00
[
2025-01-15 10:10:13 +08:00
{
"ContainingType": "YD_XinWei.Api.Controllers.XinWeiController",
2025-01-21 16:01:50 +08:00
"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",
2025-01-15 10:10:13 +08:00
"Method": "GetMinimumOfStudentInfoList",
"RelativePath": "basic/basic/{apiVersion}/open/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
}
]
},
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.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
}
]