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