private void GetViewUrl(string documentId) { string viewUrl = signService.ViewUrl(documentId); Console.WriteLine("浏览合同URL:{0}", viewUrl); }