|
|
|
@@ -21,7 +21,7 @@ import org.springframework.web.bind.annotation.RequestParam; |
|
|
|
* @Param tenant_id 租户id |
|
|
|
* @author yrx |
|
|
|
*/ |
|
|
|
@FeignClient(url = "192.168.33.15:5010",name = "qa", fallbackFactory = RemoteQAFallbackFactory.class) |
|
|
|
@FeignClient(url = "${notification.qa.url}",name = "qa", fallbackFactory = RemoteQAFallbackFactory.class) |
|
|
|
public interface RemoteQAService { |
|
|
|
|
|
|
|
@GetMapping("/knowledge") |
|
|
|
|