pub fn validate_participant_count( participants: &[String], min_participants: u32, max_participants: u32, ) -> Result<(), ContractError>
验证参与者数量