|
@@ -51,7 +51,7 @@ namespace TEAMModelOS.Controllers
|
|
/// <returns></returns>
|
|
/// <returns></returns>
|
|
[ProducesDefaultResponseType]
|
|
[ProducesDefaultResponseType]
|
|
[HttpPost("get-group-list")]
|
|
[HttpPost("get-group-list")]
|
|
- [ApiToken(Auth = "1201", Name = "名单列表信息",TName ="",EName ="", RWN = "R", Limit = false)]
|
|
|
|
|
|
+ [ApiToken(Auth = "1201", Name = "名单列表信息",TName = "取得名單清單", EName = "Name List Information", RWN = "R", Limit = false)]
|
|
public async Task<IActionResult> GetGroupList(JsonElement json)
|
|
public async Task<IActionResult> GetGroupList(JsonElement json)
|
|
{
|
|
{
|
|
var (id, school) = HttpContext.GetApiTokenInfo();
|
|
var (id, school) = HttpContext.GetApiTokenInfo();
|
|
@@ -66,7 +66,7 @@ namespace TEAMModelOS.Controllers
|
|
/// <returns></returns>
|
|
/// <returns></returns>
|
|
[ProducesDefaultResponseType]
|
|
[ProducesDefaultResponseType]
|
|
[HttpPost("get-group-members")]
|
|
[HttpPost("get-group-members")]
|
|
- [ApiToken(Auth = "1202", Name = "名单成员信息",TName ="",EName ="", RWN = "R", Limit = false)]
|
|
|
|
|
|
+ [ApiToken(Auth = "1202", Name = "名单成员信息",TName = "取得名單成員資訊", EName = "Name List Member Information", RWN = "R", Limit = false)]
|
|
public async Task<IActionResult> GetGroupMembers(JsonElement json)
|
|
public async Task<IActionResult> GetGroupMembers(JsonElement json)
|
|
{
|
|
{
|
|
var (id, school) = HttpContext.GetApiTokenInfo();
|
|
var (id, school) = HttpContext.GetApiTokenInfo();
|
|
@@ -81,7 +81,7 @@ namespace TEAMModelOS.Controllers
|
|
/// <returns></returns>
|
|
/// <returns></returns>
|
|
[ProducesDefaultResponseType]
|
|
[ProducesDefaultResponseType]
|
|
[HttpPost("import-class-members")]
|
|
[HttpPost("import-class-members")]
|
|
- [ApiToken(Auth = "1203", Name = "导入行政班学生",TName ="",EName ="", RWN = "W", Limit = false)]
|
|
|
|
|
|
+ [ApiToken(Auth = "1203", Name = "导入行政班学生",TName = "匯入編制班學生", EName = "Import admin class student", RWN = "W", Limit = false)]
|
|
public async Task<IActionResult> ImportClassMembers(JsonElement json)
|
|
public async Task<IActionResult> ImportClassMembers(JsonElement json)
|
|
{
|
|
{
|
|
var (id, school) = HttpContext.GetApiTokenInfo();
|
|
var (id, school) = HttpContext.GetApiTokenInfo();
|
|
@@ -118,7 +118,7 @@ namespace TEAMModelOS.Controllers
|
|
/// <returns></returns>
|
|
/// <returns></returns>
|
|
[ProducesDefaultResponseType]
|
|
[ProducesDefaultResponseType]
|
|
[HttpPost("update-class-members")]
|
|
[HttpPost("update-class-members")]
|
|
- [ApiToken(Auth = "1204", Name = "更新行政班学生",TName ="",EName ="", RWN = "W", Limit = false)]
|
|
|
|
|
|
+ [ApiToken(Auth = "1204", Name = "更新行政班学生",TName = "更新編制班學生", EName = "Update admin class student", RWN = "W", Limit = false)]
|
|
public async Task<IActionResult> UpdateClassMembers(JsonElement json)
|
|
public async Task<IActionResult> UpdateClassMembers(JsonElement json)
|
|
{
|
|
{
|
|
var (id, school) = HttpContext.GetApiTokenInfo();
|
|
var (id, school) = HttpContext.GetApiTokenInfo();
|
|
@@ -156,7 +156,7 @@ namespace TEAMModelOS.Controllers
|
|
/// <returns></returns>
|
|
/// <returns></returns>
|
|
[ProducesDefaultResponseType]
|
|
[ProducesDefaultResponseType]
|
|
[HttpPost("remove-class-members")]
|
|
[HttpPost("remove-class-members")]
|
|
- [ApiToken(Auth = "1205", Name = "移除行政班学生",TName ="",EName ="", RWN = "W", Limit = false)]
|
|
|
|
|
|
+ [ApiToken(Auth = "1205", Name = "移除行政班学生",TName = "刪除編制班學生", EName = "Remove admin class student", RWN = "W", Limit = false)]
|
|
public async Task<IActionResult> RemoveClassMembers(JsonElement json)
|
|
public async Task<IActionResult> RemoveClassMembers(JsonElement json)
|
|
{
|
|
{
|
|
var (id, school) = HttpContext.GetApiTokenInfo();
|
|
var (id, school) = HttpContext.GetApiTokenInfo();
|
|
@@ -198,7 +198,7 @@ namespace TEAMModelOS.Controllers
|
|
/// <returns></returns>
|
|
/// <returns></returns>
|
|
[ProducesDefaultResponseType]
|
|
[ProducesDefaultResponseType]
|
|
[HttpPost("upsert-teach-groups")]
|
|
[HttpPost("upsert-teach-groups")]
|
|
- [ApiToken(Auth = "1206", Name = "创建或更新教学班",TName ="",EName ="", RWN = "W", Limit = false)]
|
|
|
|
|
|
+ [ApiToken(Auth = "1206", Name = "创建或更新教学班",TName = "建立或更新選課班", EName = "Create or update customized class", RWN = "W", Limit = false)]
|
|
public async Task<IActionResult> UpsertTeachGroups(GroupListDtoImpt json)
|
|
public async Task<IActionResult> UpsertTeachGroups(GroupListDtoImpt json)
|
|
{
|
|
{
|
|
var (_, school) = HttpContext.GetApiTokenInfo();
|
|
var (_, school) = HttpContext.GetApiTokenInfo();
|
|
@@ -291,7 +291,7 @@ namespace TEAMModelOS.Controllers
|
|
/// <returns></returns>
|
|
/// <returns></returns>
|
|
[ProducesDefaultResponseType]
|
|
[ProducesDefaultResponseType]
|
|
[HttpPost("import-teach-members")]
|
|
[HttpPost("import-teach-members")]
|
|
- [ApiToken(Auth = "1207", Name = "导入教学班学生",TName ="",EName ="", RWN = "W", Limit = false)]
|
|
|
|
|
|
+ [ApiToken(Auth = "1207", Name = "导入教学班学生",TName = "匯入選課班學生", EName = "Import customized class student", RWN = "W", Limit = false)]
|
|
public async Task<IActionResult> ImportTeachMembers(MemberImpt json)
|
|
public async Task<IActionResult> ImportTeachMembers(MemberImpt json)
|
|
{
|
|
{
|
|
var (id, school) = HttpContext.GetApiTokenInfo();
|
|
var (id, school) = HttpContext.GetApiTokenInfo();
|
|
@@ -447,7 +447,7 @@ namespace TEAMModelOS.Controllers
|
|
/// <returns></returns>
|
|
/// <returns></returns>
|
|
[ProducesDefaultResponseType]
|
|
[ProducesDefaultResponseType]
|
|
[HttpPost("remove-teach-members")]
|
|
[HttpPost("remove-teach-members")]
|
|
- [ApiToken(Auth = "1208", Name = "移除教学班学生",TName ="",EName ="", RWN = "W", Limit = false)]
|
|
|
|
|
|
+ [ApiToken(Auth = "1208", Name = "移除教学班学生",TName = "刪除選課班學生", EName = "Remove customized class student", RWN = "W", Limit = false)]
|
|
public async Task<IActionResult> RemoveTeachMembers(JsonElement json)
|
|
public async Task<IActionResult> RemoveTeachMembers(JsonElement json)
|
|
{
|
|
{
|
|
var (id, school) = HttpContext.GetApiTokenInfo();
|
|
var (id, school) = HttpContext.GetApiTokenInfo();
|