This commit is contained in:
suyl
2021-07-13 17:10:18 +08:00
parent e13dc65845
commit 22100c561d

View File

@@ -12,6 +12,7 @@ import (
//刷新验证码 POST
func RefreshCode(c *gin.Context) {
globals.SugarLogger.Debugf("RefreshCode, ip: %v", c.ClientIP())
utils.Captcha(c, 4)
}