Commit 89b686fc by 1244575290@qq.com

注释

parent 8bede34c
......@@ -26,7 +26,7 @@ public class ShareImageConsr {
public String htmlToPdf(HtmlDto htmlDto) {
String pdfUrl = "";
try {
pdfUrl = ResponseHandleUtil.parseResponse(html2PdfService.htmlToPdf(htmlDto), String.class);
//pdfUrl = ResponseHandleUtil.parseResponse(html2PdfService.htmlToPdf(htmlDto), String.class);
} catch (Exception e) {
LOGGER.error("html2PdfService.htmlToPdf" + e.getMessage(), e);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment