Commit 988be799 by 吴博

fix name

parent 110011d6
...@@ -143,7 +143,7 @@ public class CustomPlanBizImpl implements CustomPlanBiz { ...@@ -143,7 +143,7 @@ public class CustomPlanBizImpl implements CustomPlanBiz {
ToPdfVO toPdfVO = new ToPdfVO(); ToPdfVO toPdfVO = new ToPdfVO();
toPdfVO.setUrl(htmlUrl); toPdfVO.setUrl(htmlUrl);
toPdfVO.setContainer("#App"); toPdfVO.setContainer("#App");
toPdfVO.setFileName(UUIDUitl.generateAllString(8)); toPdfVO.setFileName(UUIDUitl.generateMixString(10));
LOGGER.info("=========toPdfVO========Start" + toPdfVO.toString()); LOGGER.info("=========toPdfVO========Start" + toPdfVO.toString());
String resultStr = Kit.post("https://puppeteer.5rs.me/generator/imgGenerator/generatorPdfByUrl", JSON.toJSONString(toPdfVO)); String resultStr = Kit.post("https://puppeteer.5rs.me/generator/imgGenerator/generatorPdfByUrl", JSON.toJSONString(toPdfVO));
LOGGER.info("=========resultStr========End" + resultStr); LOGGER.info("=========resultStr========End" + resultStr);
......
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