...
|
...
|
@@ -37,7 +37,7 @@ public class ForbiddenPageIdsController { |
|
|
|
|
|
@RequestMapping(value = "/getPageIdForbiddenSkns")
|
|
|
@ResponseBody
|
|
|
public Map<String, Object> reloadForbiddenPageIds(@RequestParam(defaultValue="2") String pageId) {
|
|
|
public Map<String, Object> reloadForbiddenPageIds(@RequestParam(required=false,defaultValue="2") String pageId) {
|
|
|
Map<String, Object> testResult = new HashMap<String, Object>();
|
|
|
try {
|
|
|
testResult.put("data", forbiddenPageIdsLogicService.getPageIdForbiddenSkns(pageId));
|
...
|
...
|
|