//package com.ruoyi.im.config;
|
//
|
//import com.fasterxml.jackson.annotation.JsonProperty;
|
//
|
//public class UpdateAccountRequest {
|
// @JsonProperty("props")
|
// private String props;
|
//
|
// @JsonProperty("token")
|
// private String token;
|
//
|
// public UpdateAccountRequest() {}
|
//
|
// public UpdateAccountRequest(String props, String token) {
|
// this.props = props;
|
// this.token = token;
|
// }
|
//
|
// public String getProps() {
|
// return props;
|
// }
|
//
|
// public void setProps(String props) {
|
// this.props = props;
|
// }
|
//
|
// public String getToken() {
|
// return token;
|
// }
|
//
|
// public void setToken(String token) {
|
// this.token = token;
|
// }
|
//}
|