|
@ -42,7 +42,6 @@ public class ClientSearchEndpoint extends EnvelopRestEndpoint {
|
|
|
|
|
|
@PostMapping(value = BaseRequestMapping.ClientSearch.CREATE)
|
|
|
@ApiOperation(value = "保存查新查重服务")
|
|
|
@ClientSearchRequestLimit(time = 60,count = 2,waits = 10)
|
|
|
public Envelop saveBaseSearchNoveltyRepeat(@ApiParam(name = "jsonData",value = "")
|
|
|
@RequestParam(name = "jsonData", required = true) String jsonData) throws Exception{
|
|
|
try{
|