Commit 85b85b9b by Shadow

fixed bug

parent 8b7bca40
......@@ -118,7 +118,7 @@ public class WecloudImUserOperation extends WecloudImOperation {
assertParameterNotNull(userId, "userId");
// 校验通过 构建参数
Map<String, Object> param = new HashMap<>();
param.put("client", userId + "");
param.put("clientId", userId + "");
param.put("headPortrait", headPortrait);
param.put("nickname", nickname);
// 发送请求
......
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