From 10cdfefcc63246306dfe09050379cf987885018a Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Fri, 1 Mar 2024 15:45:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=95=86=E5=93=81=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E5=80=BC=E8=BE=93=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/merchant/store/product/ProductLabel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/merchant/store/product/ProductLabel.php b/app/controller/merchant/store/product/ProductLabel.php index 4aa28e59..922c1f31 100755 --- a/app/controller/merchant/store/product/ProductLabel.php +++ b/app/controller/merchant/store/product/ProductLabel.php @@ -100,7 +100,7 @@ class ProductLabel extends BaseController public function checkParams(ProductLabelValidate $validate) { - $params = ['label_name', 'status', 'sort', 'info']; + $params = ['label_name', 'status', 'sort', 'info', 'value']; $data = $this->request->params($params); $validate->check($data); return $data;