src/main/java/com/moon/server/service/data/ShuJianService.java
@@ -38,6 +38,9 @@ @Value("${shujian.url}") String sjUrl; @Value("${shujian.ctUrl}") String ctUrl; @Value("${shujian.path}") String sjPath; @@ -68,7 +71,7 @@ */ public void selectSjColorTables(Integer pageSize, Integer pageIndex, HttpServletRequest req, HttpServletResponse res) { try { String url = String.format(COLOR_TABLE, sjUrl, ak, pageSize, pageIndex); String url = String.format(COLOR_TABLE, ctUrl, ak, pageSize, pageIndex); HttpHelper httpHelper = new HttpHelper(); httpHelper.service(req, res, null, url);