Commit 04319fc9 authored by 黄奎's avatar 黄奎

页面修改

parent d65e4e4f
......@@ -231,6 +231,7 @@ namespace Edu.WebApi.Controllers.Web
/// </summary>
/// <returns></returns>
[HttpPost]
[AllowAnonymous]
public ApiResult GetWebCartoonPage()
{
var pageModel = Common.Plugin.JsonHelper.DeserializeObject<ResultPageModel>(RequestParm.Msg.ToString());
......
......@@ -686,6 +686,7 @@ namespace Edu.WebApi.Controllers.Web
Id = base.ParmJObj.GetInt("Id"),
Name = base.ParmJObj.GetStringValue("Name"),
CoverImg= base.ParmJObj.GetStringValue("CoverImg"),
LinkUrl = base.ParmJObj.GetStringValue("LinkUrl"),
};
extModel.School_Id = base.UserInfo.School_Id;
extModel.Group_Id = base.UserInfo.Group_Id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment