This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
## 验证码
> 1.基于 `github.com/dchest/captcha` 包封装.
> 2.本项目只提供了数字验证功能,没有封装语音验证功能.
### 定义的路由地址
> 1.[路由地址](../routers/web.go)
### 验证码业务控制器地址
> 1.[验证码业务](../app/http/controller/chaptcha/chaptcha.go) , 验证数字长度、验证码尺寸(宽 x 高)在这里设置.