This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
【修改】api掌上评教接口地址修改;
新疆影视学院高职
dyy
2 years ago
parent
87aca5703d
commit
a059aae520
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/EvalApi.cs
+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/EvalApi.cs
View File
@@ -17,7 +17,7 @@ namespace Learun.Application.WebApi.Modules
public class EvalApi : BaseApi
{
public EvalApi()
: base("/learun/eval")
: base("/learun/
adms/
eval")
{
Get["/paper"] = GetPaper;// 获取组织机构数据映射表
Get["/studentlist"] = GetStudentList;
Write
Preview
Loading…
Cancel
Save