mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 02:46:50 +08:00
修改请求用户中心接口ids获取用户参数
This commit is contained in:
@@ -294,7 +294,9 @@ public class OutSideDataServiceImpl implements IOutSideDataService {
|
||||
ObjectMapper mapper=new ObjectMapper();
|
||||
String responseStr=null;
|
||||
try{
|
||||
String idsJson=mapper.writeValueAsString(ids);
|
||||
Map<String,Object> params=new HashMap<String,Object>();
|
||||
params.put("userIdList",ids);
|
||||
String idsJson=mapper.writeValueAsString(params);
|
||||
log.info("请求的的接口:"+url);
|
||||
log.info("请求的数据:"+idsJson);
|
||||
responseStr = okHttpUtil.doPostJson(url,idsJson, headers);
|
||||
|
||||
Reference in New Issue
Block a user