|
@@ -10,10 +10,10 @@ public class ConversationsUnreadReqVo {
|
|
|
@JsonProperty("channel_id")
|
|
|
private String channelId;
|
|
|
|
|
|
- @JsonProperty("channelType")
|
|
|
+ @JsonProperty("channel_type")
|
|
|
private Integer channelType;
|
|
|
|
|
|
- private Integer unread;
|
|
|
+ private Integer unread=0;
|
|
|
|
|
|
|
|
|
public String getUid() {
|