|
@@ -17,7 +17,7 @@ import java.util.Map;
|
|
|
|
|
|
@FeignClient(value = "DIL-ES-DEV",url = "172.16.33.161:8089/api/v1/es")
|
|
@FeignClient(value = "DIL-ES-DEV",url = "172.16.33.161:8089/api/v1/es")
|
|
public interface ESFeign {
|
|
public interface ESFeign {
|
|
- @PostMapping("api/v1/es/getConResult")
|
|
|
|
|
|
+ @PostMapping("getConResult")
|
|
PageListAdd getConResult(@RequestBody(required = false) Map<String, Object> mapValue,
|
|
PageListAdd getConResult(@RequestBody(required = false) Map<String, Object> mapValue,
|
|
@RequestParam String index,
|
|
@RequestParam String index,
|
|
@RequestParam Integer apiId,
|
|
@RequestParam Integer apiId,
|
|
@@ -25,6 +25,6 @@ public interface ESFeign {
|
|
@RequestParam Integer pageSize,
|
|
@RequestParam Integer pageSize,
|
|
@RequestParam String con);
|
|
@RequestParam String con);
|
|
|
|
|
|
- @PostMapping( value = "api/v1/es/insertIndex",consumes = "application/json", produces = "application/json")
|
|
|
|
|
|
+ @PostMapping( value = "insertIndex",consumes = "application/json", produces = "application/json")
|
|
void insertIndex(@RequestBody List<Map<String, Object>> detailListTotal);
|
|
void insertIndex(@RequestBody List<Map<String, Object>> detailListTotal);
|
|
}
|
|
}
|