@midwayjs/captchaClassesCaptchaService版本:Next本页总览CaptchaService Index ConstructorsconstructorMethodscheckformulaimagesettextConstructors constructornew CaptchaService(): CaptchaServiceMethods checkcheck(id: string, value: string, cacheOptions?: CaptchaCacheOptions): Promise<boolean>formulaformula(options?: FormulaCaptchaOptions, cacheOption?: CaptchaCacheOptions): Promise<{ id: string; imageBase64: string }>imageimage(options?: ImageCaptchaOptions, cacheOption?: CaptchaCacheOptions): Promise<{ id: string; imageBase64: string }>setset(text: string, cacheOptions?: CaptchaCacheOptions): Promise<string>texttext(options?: TextCaptchaOptions, cacheOption?: CaptchaCacheOptions): Promise<{ id: string; text: string }>