【类 型】:

【原  因】:
【过  程】:
【影  响】:
This commit is contained in:
air 2025-06-26 11:34:14 +08:00
parent 0964721a77
commit 01cd6bc4d2

View File

@ -72,6 +72,7 @@ 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'];
}