diff --git a/FlyCube/MpApi/Controller/AdminController.class.php b/FlyCube/MpApi/Controller/AdminController.class.php index c0577a4..2210a89 100644 --- a/FlyCube/MpApi/Controller/AdminController.class.php +++ b/FlyCube/MpApi/Controller/AdminController.class.php @@ -61,6 +61,8 @@ class AdminController extends PublicController $data['weight_max'] = $_REQUEST['weight_max']; $data['default_transport_price'] = $_REQUEST['default_transport_price']; $data['default_pack_price'] = $_REQUEST['default_pack_price']; + $data['remark_presup'] = $_REQUEST['remark_presup']; + $data['refund_remark_presup'] = $_REQUEST['refund_remark_presup']; $data['describe'] = $_REQUEST['desc']; $data['opening_time'] = $_REQUEST['opening_time']; $data['closeing_time'] = $_REQUEST['closeing_time']; @@ -94,6 +96,8 @@ class AdminController extends PublicController $data['weight_max'] = $_REQUEST['weight_max']; $data['default_transport_price'] = $_REQUEST['default_transport_price']; $data['default_pack_price'] = $_REQUEST['default_pack_price']; + $data['remark_presup'] = $_REQUEST['remark_presup']; + $data['refund_remark_presup'] = $_REQUEST['refund_remark_presup']; $data['describe'] = $_REQUEST['desc']; $data['opening_time'] = $_REQUEST['opening_time']; $data['closeing_time'] = $_REQUEST['closeing_time'];