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
04319fc9
Commit
04319fc9
authored
4 years ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
d65e4e4f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
WebController.cs
Edu.WebApi/Controllers/Web/WebController.cs
+1
-0
WebManagerController.cs
Edu.WebApi/Controllers/Web/WebManagerController.cs
+1
-0
No files found.
Edu.WebApi/Controllers/Web/WebController.cs
View file @
04319fc9
...
@@ -231,6 +231,7 @@ namespace Edu.WebApi.Controllers.Web
...
@@ -231,6 +231,7 @@ namespace Edu.WebApi.Controllers.Web
/// </summary>
/// </summary>
/// <returns></returns>
/// <returns></returns>
[
HttpPost
]
[
HttpPost
]
[
AllowAnonymous
]
public
ApiResult
GetWebCartoonPage
()
public
ApiResult
GetWebCartoonPage
()
{
{
var
pageModel
=
Common
.
Plugin
.
JsonHelper
.
DeserializeObject
<
ResultPageModel
>(
RequestParm
.
Msg
.
ToString
());
var
pageModel
=
Common
.
Plugin
.
JsonHelper
.
DeserializeObject
<
ResultPageModel
>(
RequestParm
.
Msg
.
ToString
());
...
...
This diff is collapsed.
Click to expand it.
Edu.WebApi/Controllers/Web/WebManagerController.cs
View file @
04319fc9
...
@@ -686,6 +686,7 @@ namespace Edu.WebApi.Controllers.Web
...
@@ -686,6 +686,7 @@ namespace Edu.WebApi.Controllers.Web
Id
=
base
.
ParmJObj
.
GetInt
(
"Id"
),
Id
=
base
.
ParmJObj
.
GetInt
(
"Id"
),
Name
=
base
.
ParmJObj
.
GetStringValue
(
"Name"
),
Name
=
base
.
ParmJObj
.
GetStringValue
(
"Name"
),
CoverImg
=
base
.
ParmJObj
.
GetStringValue
(
"CoverImg"
),
CoverImg
=
base
.
ParmJObj
.
GetStringValue
(
"CoverImg"
),
LinkUrl
=
base
.
ParmJObj
.
GetStringValue
(
"LinkUrl"
),
};
};
extModel
.
School_Id
=
base
.
UserInfo
.
School_Id
;
extModel
.
School_Id
=
base
.
UserInfo
.
School_Id
;
extModel
.
Group_Id
=
base
.
UserInfo
.
Group_Id
;
extModel
.
Group_Id
=
base
.
UserInfo
.
Group_Id
;
...
...
This diff is collapsed.
Click to expand it.
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