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

com.byteplus.model.request.SmsCheckVerifyCodeRequest Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.request;

import com.alibaba.fastjson.annotation.JSONField;
import lombok.Data;

@Data
public class SmsCheckVerifyCodeRequest {
    @JSONField(name = "SmsAccount")
    String smsAccount;
    @JSONField(name = "PhoneNumber")
    String phoneNumber;
    @JSONField(name = "Scene")
    String scene;
    @JSONField(name = "Code")
    String code;
    @JSONField(name="EncryptName")
    String encryptName;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy