This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package captcha
|
||||
|
||||
// GetCaptchaCode 返回固定验证码
|
||||
// 教务系统验证码已不再需要识别,直接使用固定值
|
||||
// GetCaptchaCode 返回固定验证码占位值。
|
||||
// 教务系统验证码不再需要 AI 识别,登录时直接提交固定占位值 "...."。
|
||||
func GetCaptchaCode() string {
|
||||
return "...."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user