Commit b501b346 by hweeeeeei

增加接口: 会话中成员表列表返回 clientId

parent 5b338375
...@@ -18,6 +18,8 @@ public class ImConversationMemberListVo implements Serializable { ...@@ -18,6 +18,8 @@ public class ImConversationMemberListVo implements Serializable {
private String headPortrait; private String headPortrait;
@ApiModelProperty("主昵称") @ApiModelProperty("主昵称")
private String nickname; private String nickname;
@ApiModelProperty("clientId")
private String clientId;
@ApiModelProperty("client自己的自定义扩展属性") @ApiModelProperty("client自己的自定义扩展属性")
private String clientAttributes; private String clientAttributes;
@ApiModelProperty("会话成员列表的自定义扩展属性") @ApiModelProperty("会话成员列表的自定义扩展属性")
......
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