|
|
@ -26,7 +26,7 @@ public interface UsersFeignClient { |
|
|
|
* @Param [id] |
|
|
|
**/ |
|
|
|
@GetMapping(value = "app-user/user/{id}", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
Result<UserDTO> getUserById(@PathVariable String id); |
|
|
|
Result<UserDTO> getUserById(@PathVariable("id") String id); |
|
|
|
|
|
|
|
/** |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.pointcommons.tools.dto.BehaviorResultDto> |
|
|
|