@midwayjs/captchaClassesCaptchaServiceVersion: NextSur cette pageCaptchaService Index ConstructorsconstructorMethodscheckformulaimagesettextConstructors constructornew CaptchaService(): CaptchaServiceMethods checkcheck(id: string, value: string): Promise<boolean>formulaformula(options?: FormulaCaptchaOptions): Promise<{ id: string; imageBase64: string }>imageimage(options?: ImageCaptchaOptions): Promise<{ id: string; imageBase64: string }>setset(text: string): Promise<string>texttext(options?: TextCaptchaOptions): Promise<{ id: string; text: string }>