【类 型】:

【原  因】:
【过  程】:
【影  响】:
This commit is contained in:
air 2025-06-26 11:36:56 +08:00
parent ef1a176c40
commit fb29fe6d84

View File

@ -72,7 +72,6 @@ class PlaneController extends PublicController
$data['class_name'] = $_REQUEST['class_name'];
$data['category'] = $_REQUEST['category'];
$data['wheelbase'] = $_REQUEST['wheelbase'];
$data['weight_max'] = $_REQUEST['weight_max'];
if ($_REQUEST['describe']) {
$data['describe'] = $_REQUEST['describe'];
}