This commit is contained in:
Gordon 2022-02-23 15:33:22 +08:00
parent e31da8bbd0
commit d9f5f960a5

View File

@ -37,7 +37,7 @@ func Login(c *gin.Context) {
r, err := im_mysql_model.GetRegister(account)
if err != nil {
log.NewError(params.OperationID, "user have not register", params.Password, account)
log.NewError(params.OperationID, "user have not register", params.Password, account, err.Error())
c.JSON(http.StatusOK, gin.H{"errCode": constant.NotRegistered, "errMsg": "Mobile phone number is not registered"})
return
}