Showing
1 changed file
with
1 additions
and
1 deletions
@@ -105,7 +105,7 @@ public class BaikeSpiderController { | @@ -105,7 +105,7 @@ public class BaikeSpiderController { | ||
105 | 105 | ||
106 | @RequestMapping(value = "/spider/blackList") | 106 | @RequestMapping(value = "/spider/blackList") |
107 | @ResponseBody | 107 | @ResponseBody |
108 | - public Map<String, Object> blackList(@RequestParam String keyword) { | 108 | + public Map<String, Object> blackList() { |
109 | Map<String, Object> result = new HashMap(); | 109 | Map<String, Object> result = new HashMap(); |
110 | 110 | ||
111 | try { | 111 | try { |
-
Please register or login to post a comment