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

me.chanjar.weixin.cp.bean.kf.msg.WxCpKfTextMsg Maven / Gradle / Ivy

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

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

/**
 * The type Wx cp kf text msg.
 *
 * @author leiin  created on  2022/1/26 5:30 下午
 */
@NoArgsConstructor
@Data
public class WxCpKfTextMsg {

  /**
   * 
   *   参数:content
   *   是否必须:是
   *   类型:string
   *   说明:消息内容,最长不超过2048个字节
   * 
*/ private String content; @SerializedName("menu_id") private String menuId; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy