diff --git a/FlyCube/MpApi/Controller/PlaneController.class.php b/FlyCube/MpApi/Controller/PlaneController.class.php index baf4125..fc4d8a4 100644 --- a/FlyCube/MpApi/Controller/PlaneController.class.php +++ b/FlyCube/MpApi/Controller/PlaneController.class.php @@ -1174,7 +1174,6 @@ class PlaneController extends PublicController 'sprite' => $_REQUEST['sprite'] ?? '', 'glyphs' => $_REQUEST['glyphs'] ?? 'mapbox://fonts/mapbox/{fontstack}/{range}.pbf', 'url' => is_array($_REQUEST['url']) ? current($_REQUEST['url']) : $_REQUEST['url'], - 'tiles' => json_encode([is_array($_REQUEST['url']) ? current($_REQUEST['url']) : $_REQUEST['url']]), // 保持向后兼容 'is_active' => isset($_REQUEST['is_active']) ? intval($_REQUEST['is_active']) : 1, 'sort_order' => isset($_REQUEST['sort_order']) ? intval($_REQUEST['sort_order']) : 0 ];