|
|
|
@ -1,11 +1,10 @@
@@ -1,11 +1,10 @@
|
|
|
|
|
package com.cloud.kicc.system.api.feign; |
|
|
|
|
|
|
|
|
|
import com.cloud.kicc.common.feign.config.FeignErrorDecoder; |
|
|
|
|
import com.cloud.kicc.system.api.entity.User; |
|
|
|
|
import com.cloud.kicc.common.core.api.R; |
|
|
|
|
import com.cloud.kicc.common.core.constant.AppConstants; |
|
|
|
|
import com.cloud.kicc.common.core.constant.SecurityConstants; |
|
|
|
|
import com.cloud.kicc.common.core.constant.ServiceNameConstants; |
|
|
|
|
import com.cloud.kicc.system.api.entity.User; |
|
|
|
|
import org.springframework.cloud.openfeign.FeignClient; |
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
|
|
import org.springframework.web.bind.annotation.PathVariable; |
|
|
|
@ -19,7 +18,7 @@ import org.springframework.web.bind.annotation.RequestHeader;
@@ -19,7 +18,7 @@ import org.springframework.web.bind.annotation.RequestHeader;
|
|
|
|
|
* @Author: entfrm开发团队-王翔 |
|
|
|
|
* @Date: 2022/2/17 |
|
|
|
|
*/ |
|
|
|
|
@FeignClient(contextId = "remoteUserService", value = ServiceNameConstants.SYSTEM_SERVICE, configuration = {FeignErrorDecoder.class}) |
|
|
|
|
@FeignClient(contextId = "remoteUserService", value = ServiceNameConstants.SYSTEM_SERVICE) |
|
|
|
|
public interface RemoteUserService { |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|