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

me.chanjar.weixin.cp.bean.workbench.WxCpSecondVerificationInfo Maven / Gradle / Ivy

The newest version!
package me.chanjar.weixin.cp.bean.workbench;

import com.google.gson.annotations.SerializedName;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.experimental.Accessors;

import java.io.Serializable;

/**
 * @author Hugo
 * 
 *  获取用户二次验证信息的结果类
 * 
*

* 文档 */ @Data @Accessors(chain = true) @NoArgsConstructor @AllArgsConstructor @Builder public class WxCpSecondVerificationInfo implements Serializable { private static final long serialVersionUID = -4301564507150486556L; private String userId; @SerializedName("tfa_code") private String tfaCode; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy