Commit d87e70a2 authored by 黄奎's avatar 黄奎

页面修改

parent c4ea89a6
...@@ -858,11 +858,8 @@ namespace Edu.WebApi.Controllers.User ...@@ -858,11 +858,8 @@ namespace Edu.WebApi.Controllers.User
[HttpPost] [HttpPost]
public ApiResult GetAccountRemarkTypeEnumList() public ApiResult GetAccountRemarkTypeEnumList()
{ {
int type = base.ParmJObj.GetInt("Type", 0);
var list = EnumHelper.EnumToList(typeof(RemarkTypeEnum)); var list = EnumHelper.EnumToList(typeof(RemarkTypeEnum));
return ApiResult.Success("", list); return ApiResult.Success("", list);
} }
/// <summary> /// <summary>
......
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