Verify required. Verify the user input captcha is correct or not captcha: The captchaCode generated by Create method, if not implemented, it's empty.
(captchaCode, userInput string)
| 31 | // Verify required. Verify the user input captcha is correct or not |
| 32 | // captcha: The captchaCode generated by Create method, if not implemented, it's empty. |
| 33 | Verify(captchaCode, userInput string) (pass bool) |
| 34 | } |
| 35 | |
| 36 | var ( |