@@ -230,6 +230,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
hw.put("height",height);
hw.put("width",width);
hw.put("sid",sid);
+ hw.put("tileSize",511);
return ResultData.ok(hw);
}