|
|
@ -232,7 +232,7 @@ public interface EpmetUserOpenFeignClient { |
|
|
|
* |
|
|
|
* @param tokenDTO |
|
|
|
* @return com.epmet.commons.tools.utils.Result<com.epmet.dto.result.ResiUserBaseInfoResultDTO> |
|
|
|
* @Author zhangyong |
|
|
|
* @Author zhangyong 直接取的 user_base_info |
|
|
|
* @Date 14:10 2020-07-30 |
|
|
|
**/ |
|
|
|
@PostMapping("/epmetuser/userbaseinfo/selectuserbaseinfo") |
|
|
@ -317,7 +317,7 @@ public interface EpmetUserOpenFeignClient { |
|
|
|
|
|
|
|
/** |
|
|
|
* @Author sun |
|
|
|
* @Description 居民端-查询用户基础信息 |
|
|
|
* @Description 居民端-查询用户基础信息 返回值只有userId 、openId |
|
|
|
**/ |
|
|
|
@PostMapping(value = "epmetuser/user/getuserbasicinfo") |
|
|
|
Result<UserBasicInfo> getUserBasicInfo(@RequestBody UserBasicInfoFormDTO formDTO); |
|
|
|