修改分页条数

master
Cui YongXing 2024-09-08 16:41:28 +08:00
parent c7964084c2
commit 07436331f3
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}