mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
fix code
This commit is contained in:
parent
919e2543ca
commit
c6b669eb9d
@ -47,6 +47,7 @@ func QueryIPRegister(c *gin.Context) {
|
|||||||
c.JSON(http.StatusInternalServerError, gin.H{"errCode": constant.ErrDB.ErrCode, "errMsg": "QueryIPLimits error!"})
|
c.JSON(http.StatusInternalServerError, gin.H{"errCode": constant.ErrDB.ErrCode, "errMsg": "QueryIPLimits error!"})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if ipLimits.Ip != "" {
|
if ipLimits.Ip != "" {
|
||||||
resp.Status = 1
|
resp.Status = 1
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user