|
|
@@ -126,6 +126,24 @@ namespace Learun.Application.WebApi.Modules |
|
|
|
|
|
|
|
return Success(result); |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// 获取个人信息 |
|
|
|
/// </summary> |
|
|
|
/// <param name="_"></param> |
|
|
|
/// <returns></returns> |
|
|
|
private Response GetStuInfoFresh(dynamic _) |
|
|
|
{ |
|
|
|
var StuInfoFreshEntity = stuInfoFreshIBLL.GetStuInfoFreshEntityByStuNo(userInfo.account); |
|
|
|
|
|
|
|
var result = new |
|
|
|
{ |
|
|
|
StuInfoFreshEntity = StuInfoFreshEntity |
|
|
|
}; |
|
|
|
|
|
|
|
return Success(result); |
|
|
|
} |
|
|
|
|
|
|
|
private Response GetStuInfoFreshEntityByStuNo(dynamic _) |
|
|
|
{ |
|
|
|
var url = Config.GetValue("defaultheadimg"); |
|
|
|