package controllers import ( "git.rosy.net.cn/jx-print/utils" "github.com/gin-gonic/gin" ) func RefreshCode(c *gin.Context){ utils.Captcha(c,4) }