This commit is contained in:
Putoo
2026-05-30 17:32:27 +08:00
parent bd1535aee9
commit f8d4a28d53
79 changed files with 1369 additions and 134 deletions

View File

@@ -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>