Commit df432485 authored by 黄奎's avatar 黄奎

页面修改

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