记得上下班打卡 | git大法好,push需谨慎

Commit 6e57aee1 authored by anjiabin's avatar anjiabin

提交chime社交相关

parent 747ce72e
...@@ -187,7 +187,7 @@ public class ChimeUserBiz { ...@@ -187,7 +187,7 @@ public class ChimeUserBiz {
} }
public List<AdamChimeUinfoDto> getAdamUserInfoDtoList(List<String> userIdList){ public List<AdamChimeUinfoDto> getAdamUserInfoDtoList(List<String> userIdList){
AdamChimeUinfoReq adamChimeUinfoReq = new AdamChimeUinfoReq(); AdamChimeUinfoReq adamChimeUinfoReq = new AdamChimeUinfoReq();
adamChimeUinfoReq.setUid(userIdList); adamChimeUinfoReq.setUidList(userIdList);
ResponseDto<List<AdamChimeUinfoDto>> responseDto = feignAdamBaseClient.queryForChimeUserInfo(adamChimeUinfoReq); ResponseDto<List<AdamChimeUinfoDto>> responseDto = feignAdamBaseClient.queryForChimeUserInfo(adamChimeUinfoReq);
return responseDto.getData(); return responseDto.getData();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment