package captcha // GetCaptchaCode 返回固定验证码 // 教务系统验证码已不再需要识别,直接使用固定值 func GetCaptchaCode() string { return "...." }