'required|array' ]; } public function messages() { return [ 'knowledge_ids.required' => '知识ID不能为空', 'knowledge_ids.array' => '知识ID格式有误' ]; } }