weixin.popular.bean.datacube.getcardmembercardinfo.MemberCardInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weixin-popular Show documentation
Show all versions of weixin-popular Show documentation
The weixin-popular is a JAVA SDK for weixin. Weixin web url is https://mp.weixin.qq.com.
The newest version!
package weixin.popular.bean.datacube.getcardmembercardinfo;
import weixin.popular.bean.datacube.getcardbizuininfo.BizuinInfo;
/**
* 拉取会员卡数据接口-提交对象
*
* 特别注意:
* 1. 查询时间区间需<=62天,否则报错;
* 2. 传入时间格式需严格参照示例填写”2015-06-15”,否则报错;
* 3. 该接口只能拉取非当天的数据,不能拉取当天的卡券数据,否则报错。
*
* @author Moyq5
*
*/
public class MemberCardInfo extends BizuinInfo {
}