All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ccs.openim.chat.account.req.SendVerifyCodeReq Maven / Gradle / Ivy

There is a newer version: 0.7-nospring
Show newest version
package org.ccs.openim.chat.account.req;

import lombok.Data;

@Data
public class SendVerifyCodeReq {
    private Integer usedFor;
    private String ip;
    private String invitationCode;
    private String deviceID;
    private Integer platform;
    private String areaCode;
    private String phoneNumber;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy