【类 型】:

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

View File

@ -72,7 +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'];
$data['weight_max'] = $_REQUEST['weight_max'];
if ($_REQUEST['describe']) {
$data['describe'] = $_REQUEST['describe'];
}