Commit fa6d58e8 authored by luhongguang's avatar luhongguang

update:audit validate

parent ba0c48f0
...@@ -13,11 +13,11 @@ class GoodsAuditValidate extends BaseValidate ...@@ -13,11 +13,11 @@ class GoodsAuditValidate extends BaseValidate
{ {
protected $rule = [ protected $rule = [
'goods_spu_id' => 'require', 'goods_spu_id' => 'require',
'status' => 'require', 'audit_status' => 'require',
]; ];
protected $message = [ protected $message = [
"goods_spu_id" => "商品id不能为空", "goods_spu_id" => "商品id不能为空",
"status" => "商品审核状态不能为空", "audit_status" => "商品审核状态不能为空",
]; ];
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment