修改验证配置
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user