|
@@ -30,6 +30,8 @@ public class PatentStarController {
|
|
|
public String getAreaList(@RequestBody @Validated PatentStarListDto patentStarListDto) throws IOException {
|
|
|
Map<String, Object> map = patentStarApiService.patentStarSearchLocal(patentStarListDto);
|
|
|
return Response.success(map);
|
|
|
+// patentStarApiService.test(patentStarListDto);
|
|
|
+// return Response.success();
|
|
|
}
|
|
|
|
|
|
@GetMapping("/getCnBib")
|