显示用户手机号码
This commit is contained in:
@@ -54,9 +54,9 @@ namespace Hncore.Pass.BaseInfo.Controllers
|
||||
}
|
||||
var ret = await m_ChargeOrderService.PageDesc(request.PageIndex, request.PageSize, expr, true, m => m.Id);
|
||||
|
||||
ret.List.ForEach(
|
||||
m => {m.UserName = m.UserName.Substring(0,3) + "***";
|
||||
});
|
||||
// ret.List.ForEach(
|
||||
// m => {m.UserName = m.UserName.Substring(0,3) + "***";
|
||||
// });
|
||||
var data = ret.ToApiResult();
|
||||
return data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user