|
|
@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RequestParam;
|
|
|
|
|
|
import java.util.Map;
|
|
|
|
|
|
-@FeignClient(url = "${b2b.baseUrl.uu}", name = "b2b-server")
|
|
|
+@FeignClient(url = "${b2b.baseUrl.common}", name = "b2b-server")
|
|
|
@RequestMapping("/public")
|
|
|
public interface SearchUUApi {
|
|
|
/**
|