Commit 42668571 by 裴大威

Merge branch 'feat-1002500-0' into 'master'

注释

See merge request rays/pcloud-book!505
parents 8bede34c 89b686fc
......@@ -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