Authored by Gino Zhang

爬虫黑名单去除不必要的参数

@@ -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 {