12121
This commit is contained in:
@@ -132,6 +132,7 @@ public class MapController : ControllerBase
|
||||
|
||||
#endregion
|
||||
|
||||
var broadcast = await _messageService.GetBroadcastData(area);
|
||||
|
||||
object ret = new
|
||||
{
|
||||
@@ -143,7 +144,8 @@ public class MapController : ControllerBase
|
||||
nearUser,
|
||||
noReadMsg = noReadMsg[3],
|
||||
business,
|
||||
mapRes
|
||||
mapRes,
|
||||
broadcast
|
||||
};
|
||||
|
||||
return PoAction.Ok(ret);
|
||||
|
||||
Reference in New Issue
Block a user