121
This commit is contained in:
@@ -119,7 +119,7 @@ public class MapController : ControllerBase
|
||||
page,
|
||||
10, Total);
|
||||
|
||||
return PoAction.Ok(new { data, total = Total.Value });
|
||||
return PoAction.Ok(new { data, total = Total.Value, map = mapInfo });
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user