This commit is contained in:
Hossin Asaadi
2022-10-30 18:28:50 -04:00
parent 58327d5062
commit 60b649bf6a
4 changed files with 22 additions and 8 deletions

View File

@@ -116,7 +116,7 @@ func (a *InboundController) getClientIps(c *gin.Context) {
ips , err := a.inboundService.GetInboundClientIps(email)
if err != nil {
jsonMsg(c, "修改", err)
jsonObj(c, "No IP Record", nil)
return
}
jsonObj(c, ips, nil)