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

me.chanjar.weixin.cp.bean.WxCpUserDetail Maven / Gradle / Ivy

There is a newer version: 4.6.7.B
Show newest version
package me.chanjar.weixin.cp.bean;

import com.google.gson.annotations.SerializedName;
import lombok.Data;

/**
 * 
 *  使用user_ticket获取成员详情接口返回类.
 *  Created by BinaryWang on 2018/4/22.
 * 
* * @author Binary Wang */ @Data public class WxCpUserDetail { @SerializedName("userid") private String userId; private String name; private String mobile; private String gender; private String email; @SerializedName("qr_code") private String qrCode; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy