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;