🎨用户接口处理完毕

This commit is contained in:
coward
2024-03-07 15:11:29 +08:00
parent 1c0a128855
commit 097505df99
17 changed files with 2079 additions and 59 deletions

View File

@@ -1,5 +1,6 @@
package constant
const (
Captcha = "captcha"
Token = "token" // 登陆token
Captcha = "captcha" // 验证码
)