We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcd8ef commit 6ab5ac2Copy full SHA for 6ab5ac2
Sourcecode/Song.ViewData/Methods/Outline.cs
@@ -67,7 +67,7 @@ public Song.Entities.Outline Modify(Song.Entities.Outline entity)
67
/// <param name="list">章节列表,对像只有Ol_ID、Ol_PID、Ol_Tax、Ol_Level</param>
68
/// <returns></returns>
69
[HttpPost]
70
- [Admin]
+ [Admin, Teacher]
71
public bool ModifyTaxis(Song.Entities.Outline[] list)
72
{
73
try
0 commit comments