修改获取验证码1

This commit is contained in:
wucongxing8150 2024-09-20 15:48:22 +08:00
parent c6bb1d0840
commit 271b8e393a

View File

@ -64,7 +64,6 @@ func (r *Login) Login(c *gin.Context) {
}
}
return
// 开始事务
tx := global.Db.Begin()
defer func() {