Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Education
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄奎
Education
Commits
56656e43
Commit
56656e43
authored
Apr 25, 2022
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
bbe60c0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
17 deletions
+18
-17
AppletCenterController.cs
Edu.WebApi/Controllers/Applet/AppletCenterController.cs
+18
-17
No files found.
Edu.WebApi/Controllers/Applet/AppletCenterController.cs
View file @
56656e43
...
...
@@ -170,15 +170,15 @@ namespace Edu.WebApi.Controllers.Applet
var
userInfo
=
base
.
AppletUserInfo
;
var
Robj
=
scrollClassModule
.
GetScrollAppointmentBaseInfo
(
userInfo
,
out
string
Rmsg
);
return
ApiResult
.
Failed
(
"此功能暂未开通使用"
);
//
if (Rmsg == "")
//
{
//
return ApiResult.Success("", Robj);
//
}
//
else
//
{
//
return ApiResult.Failed(Rmsg);
//
}
//
return ApiResult.Failed("此功能暂未开通使用");
if
(
Rmsg
==
""
)
{
return
ApiResult
.
Success
(
""
,
Robj
);
}
else
{
return
ApiResult
.
Failed
(
Rmsg
);
}
}
/// <summary>
...
...
@@ -195,14 +195,15 @@ namespace Edu.WebApi.Controllers.Applet
}
Date
=
Convert
.
ToDateTime
(
Date
).
ToString
(
"yyyy-MM-dd"
);
var
Robj
=
scrollClassModule
.
GetScrollAppointmentTeacherList
(
userInfo
,
Date
,
SchoolId
,
out
string
Rmsg
);
return
ApiResult
.
Failed
(
"此功能暂未开通使用"
);
//if (Rmsg == "")
//{
// return ApiResult.Success("", Robj);
//}
//else {
// return ApiResult.Failed(Rmsg);
//}
//return ApiResult.Failed("此功能暂未开通使用");
if
(
Rmsg
==
""
)
{
return
ApiResult
.
Success
(
""
,
Robj
);
}
else
{
return
ApiResult
.
Failed
(
Rmsg
);
}
}
/// <summary>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment