Updata:更新报错信息
This commit is contained in:
parent
4d9e9611ba
commit
f120cfa984
@ -505,7 +505,8 @@ func CheckMsg(c *gin.Context) {
|
|||||||
req.TelNum = req.Zone + req.TelNum
|
req.TelNum = req.Zone + req.TelNum
|
||||||
res, err := service.AccountFieeProvider.CheckMsg(context.Background(), &req)
|
res, err := service.AccountFieeProvider.CheckMsg(context.Background(), &req)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
service.Error(c, err)
|
fmt.Println("CheckMsg error:", err)
|
||||||
|
service.Error(c, errors.New("验证码错误"))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user