Updata:更新报错信息

This commit is contained in:
jiaji.H 2026-03-11 20:39:32 +08:00
parent 4d9e9611ba
commit f120cfa984

View File

@ -505,7 +505,8 @@ func CheckMsg(c *gin.Context) {
req.TelNum = req.Zone + req.TelNum
res, err := service.AccountFieeProvider.CheckMsg(context.Background(), &req)
if err != nil {
service.Error(c, err)
fmt.Println("CheckMsg error:", err)
service.Error(c, errors.New("验证码错误"))
return
}