🎨优化

This commit is contained in:
coward
2024-07-12 17:18:04 +08:00
parent 9af89ee41f
commit 3e1d3d63d0
3 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
package constant
const (
Captcha = "captcha:"
UserToken = "token:"
Captcha = "captcha"
UserToken = "token"
)