This commit is contained in:
Putoo
2026-05-23 18:36:37 +08:00
parent 05e340801f
commit dbace8a8b2
27 changed files with 729 additions and 52 deletions

View File

@@ -52,7 +52,7 @@ namespace Application.Web.Controllers.Pub
var notice = await _noticeService.GetNoticeDataByTake(5);
int OnCount = 100;
int OnCount = await _userService.GetOnlineCount();
return PoAction.Ok(new { area = areaData, notice, isOnline, onCount = OnCount, account,userData });
}