'unique:category' ]; /** * 提示消息 */ protected $message = [ ]; protected $field = [ 'name' => '分类名称' ]; /** * 验证场景 */ protected $scene = [ 'add' => [], 'edit' => ['weigh'] ]; }