|
|
@@ -23,7 +23,7 @@ public class MapGamePageReqVO extends PageParam {
|
|
|
@Schema(description = "人物图标")
|
|
|
private String userImage;
|
|
|
|
|
|
- @Schema(description = "人物初始坐标")
|
|
|
+ @Schema(description = "人物初始方向")
|
|
|
private Integer userDirection;
|
|
|
|
|
|
@Schema(description = "地图背景图")
|
|
|
@@ -31,7 +31,7 @@ public class MapGamePageReqVO extends PageParam {
|
|
|
private String mapBackground;
|
|
|
|
|
|
@Schema(description = "地图方格尺寸")
|
|
|
- private Double mapTileSize;
|
|
|
+ private String mapTileSize;
|
|
|
|
|
|
@Schema(description = "地图开始坐标")
|
|
|
private String mapStartPoint;
|