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

me.chanjar.weixin.mp.bean.card.CardUpdateResult Maven / Gradle / Ivy

There is a newer version: 4.6.9.B
Show newest version
package me.chanjar.weixin.mp.bean.card;

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

/**
 * @author yqx
 * @date 2018/11/07
 */
@Data
public class CardUpdateResult {

  private int errcode;

  private String errmsg;

  /**
   * 此次更新是否需要提审,true为需要,false为不需要。
   */
  @SerializedName("send_check")
  private boolean sendCheck;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy