修改分页条数
parent
c7964084c2
commit
07436331f3
|
@ -9,6 +9,6 @@ import org.springframework.web.bind.annotation.PostMapping;
|
|||
|
||||
@FeignClient(value = "cloud-etl-rule",fallbackFactory= RuleFactory.class)
|
||||
public interface RuleFeign {
|
||||
@PostMapping("/findVersionById/{id}")
|
||||
@PostMapping("/version/findVersionById/{id}")
|
||||
public Result<RuleEngineVersion> findVersionById(@PathVariable("id") Long id);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue