222
This commit is contained in:
@@ -53,7 +53,7 @@ public class MapController : ControllerBase
|
||||
npcData = npcData.FindAll(it => GameTool.AreaVerify(StateHelper.areaId, it.areaId));
|
||||
//城市信息
|
||||
var cityInfo = await _mapService.GetCityInfo((int)mapInfo.cityId);
|
||||
|
||||
var cityShow = await _mapService.GetMapCity(cityInfo.cityId);
|
||||
#region 更新在线
|
||||
|
||||
string ip = ComHelper.GetClientUserIp(HttpContext);
|
||||
@@ -61,7 +61,7 @@ public class MapController : ControllerBase
|
||||
|
||||
#endregion
|
||||
|
||||
object ret = new { mapInfo, cityInfo, npcData, chatData };
|
||||
object ret = new { mapInfo, cityInfo, npcData, chatData,cityShow };
|
||||
|
||||
return PoAction.Ok(ret);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user