Commit 7c5f96529f11277271127bb22eaae56ecb29ec94
1 parent
1fa3338051
Exists in
master
and in
6 other branches
add jws
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/EnumsController.java
View file @
7c5f965
... | ... | @@ -366,6 +366,7 @@ |
366 | 366 | @RequestMapping(value = "/getjws", method = RequestMethod.GET) |
367 | 367 | public void geJws(HttpServletResponse response) { |
368 | 368 | int cacheTime =30000; |
369 | + | |
369 | 370 | String json = JsonUtil.array2JsonString(basicConfigFacade.getBaseicConfigByParentId(SystemConfig.JIWANGSHI_ID)); |
370 | 371 | writeJsonWithCache(response,json,cacheTime); |
371 | 372 | } |