修改验证配置

This commit is contained in:
zren25
2025-06-05 09:39:40 +08:00
parent c051332def
commit 684437e6c4
4 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RequestParam;
import java.util.List;
@FeignClient(url = "${mse-in.url.dms}", contextId = "customerbusiness", value = "customerbusinessClient", path = "/2b/cyxdms.customerbusiness")
@FeignClient(url = "${mse-in.url.dms}", contextId = "customerbusiness", value = "customerbusinessClient", path = "/api/2b/cyxdms.customerbusiness")
public interface CompetingBrandsClient {
@PostMapping(name = "查询竞品车型", path = "/failModel/getBrand")