log change

This commit is contained in:
Gordon
2021-11-15 11:31:38 +08:00
parent ea5e69e26d
commit 0daa840eaa
2 changed files with 10 additions and 9 deletions
+1
View File
@@ -127,6 +127,7 @@ func (s *friendServer) ImportFriend(ctx context.Context, req *pbFriend.ImportFri
}
}
log.NewDebug(req.OperationID, "rpc come end", resp.CommonResp.ErrorCode, resp.CommonResp.ErrorMsg, resp.FailedUidList)
return &resp, nil
}