add remote firmInfo
parent
2d2844b6e8
commit
1959089c8d
|
@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.GetMapping;
|
|||
* @description:
|
||||
* @date 2023/11/20 13:40
|
||||
*/
|
||||
@FeignClient(contextId = "remoteFirmService",value = ServiceNameConstants.COMPANY_SERVICE,fallbackFactory = RemoteFirmServiceFallbackFactory.class)
|
||||
@FeignClient(contextId = "remoteFirmService",value = ServiceNameConstants.FIRM_SERVICE,fallbackFactory = RemoteFirmServiceFallbackFactory.class)
|
||||
public interface RemoteFirmService {
|
||||
|
||||
@GetMapping("/by/userId")
|
||||
|
|
Loading…
Reference in New Issue