add remote firmInfo

master
冯凯 2023-11-22 00:05:01 +08:00
parent 2d2844b6e8
commit 1959089c8d
1 changed files with 1 additions and 1 deletions

View File

@ -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")