刷新验证码
This commit is contained in:
10
controllers/user_controller.go
Normal file
10
controllers/user_controller.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package controllers
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/jx-print/utils"
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
func RefreshCode(c *gin.Context){
|
||||
utils.Captcha(c,4)
|
||||
}
|
||||
Reference in New Issue
Block a user