:art:验证码接口

This commit is contained in:
coward
2024-03-06 17:31:39 +08:00
parent c820672f89
commit 2ac91bf012
7 changed files with 107 additions and 32 deletions

View File

@@ -20,6 +20,7 @@ func init() {
func main() {
route.IncludeRouters(
route.Captcha,
route.UserApi,
)
handler := route.InitRouter()