feat: 新增验证码接口

This commit is contained in:
2024-12-31 18:05:45 +08:00
parent b5e83a998c
commit 6d158717d0
5 changed files with 68 additions and 17 deletions

View File

@@ -26,7 +26,8 @@
"topthink/think-filesystem": "^2.0",
"topthink/think-multi-app": "^1.1",
"topthink/think-migration": "^3.1",
"topthink/think-view": "^2.0"
"topthink/think-view": "^2.0",
"topthink/think-captcha": "^3.0"
},
"require-dev": {
"symfony/var-dumper": ">=4.2",