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

cn.binarywang.wx.miniapp.bean.promoter.response.WxMaPromotionSingleSendMsgResponse Maven / Gradle / Ivy

There is a newer version: 4.6.7.B
Show newest version
package cn.binarywang.wx.miniapp.bean.promoter.response;

import cn.binarywang.wx.miniapp.bean.WxMaBaseResponse;
import lombok.Data;
import lombok.EqualsAndHashCode;

import java.io.Serializable;

/**
 * @author zhuangzibin
 */
@Data
@EqualsAndHashCode(callSuper = true)
public class WxMaPromotionSingleSendMsgResponse extends WxMaBaseResponse implements Serializable {

  private static final long serialVersionUID = -3710873744532645527L;

  /*
    {
      "errcode": 0,
      "errmsg": "OK"
    }
   */
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy