mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2026-02-19 19:00:50 +00:00
add address book name &
add share address book
This commit is contained in:
@@ -50,7 +50,7 @@ func (i *Index) Heartbeat(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
peer := service.AllService.PeerService.FindByUuid(info.Uuid)
|
||||
if peer == nil {
|
||||
if peer == nil || peer.RowId == 0 {
|
||||
c.JSON(http.StatusOK, gin.H{})
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user