mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-01 03:25:35 +08:00 
			
		
		
		
	#473 WxMpKfAccountRequest增加构造函数
This commit is contained in:
		| @ -1,32 +1,38 @@ | ||||
| package me.chanjar.weixin.mp.bean.kefu.request; | ||||
|  | ||||
| import com.google.gson.annotations.SerializedName; | ||||
| import lombok.Builder; | ||||
| import lombok.Data; | ||||
| import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder; | ||||
| import org.apache.commons.lang3.builder.ToStringBuilder; | ||||
|  | ||||
| import java.io.Serializable; | ||||
|  | ||||
| import org.apache.commons.lang3.builder.ToStringBuilder; | ||||
|  | ||||
| import com.google.gson.annotations.SerializedName; | ||||
| import lombok.AllArgsConstructor; | ||||
| import lombok.Builder; | ||||
| import lombok.Data; | ||||
| import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder; | ||||
|  | ||||
| @Data | ||||
| @Builder | ||||
| @AllArgsConstructor | ||||
| public class WxMpKfAccountRequest implements Serializable { | ||||
|   private static final long serialVersionUID = -5451863610674856927L; | ||||
|  | ||||
|   /** | ||||
|    * kf_account   完整客服账号,格式为:账号前缀@公众号微信号 | ||||
|    * kf_account. | ||||
|    * 完整客服账号,格式为:账号前缀@公众号微信号 | ||||
|    */ | ||||
|   @SerializedName("kf_account") | ||||
|   private String kfAccount; | ||||
|  | ||||
|   /** | ||||
|    * nickname   客服昵称,最长6个汉字或12个英文字符 | ||||
|    * nickname. | ||||
|    * 客服昵称,最长6个汉字或12个英文字符 | ||||
|    */ | ||||
|   @SerializedName("nickname") | ||||
|   private String nickName; | ||||
|  | ||||
|   /** | ||||
|    * invite_wx   接收绑定邀请的客服微信号 | ||||
|    * invite_wx. | ||||
|    * 接收绑定邀请的客服微信号 | ||||
|    */ | ||||
|   @SerializedName("invite_wx") | ||||
|   private String inviteWx; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang