add sdk svr to docker script

This commit is contained in:
Gordon
2021-10-08 17:50:09 +08:00
parent a1e9332606
commit c48245fc9b
10 changed files with 21 additions and 17 deletions

View File

@@ -110,6 +110,10 @@ func (s *friendServer) ImportFriend(ctx context.Context, req *pbFriend.ImportFri
SessionType: constant.SingleChatType,
OperationID: req.OperationID,
})
} else {
resp.CommonResp.ErrorMsg = "some uid establish failed"
resp.CommonResp.ErrorCode = 408
resp.FailedUidList = append(resp.FailedUidList, v)
}
}
}