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

org.tinygroup.weixinmeterial.message.GetMaterialNumsMessage Maven / Gradle / Ivy

The newest version!
package org.tinygroup.weixinmeterial.message;

import org.tinygroup.weixin.common.ToServerMessage;

import com.alibaba.fastjson.annotation.JSONField;

/**
 * 获得素材总数
 * @author yancheng11334
 *
 */
public class GetMaterialNumsMessage implements ToServerMessage{

	@JSONField(serialize=false)
	public String getWeiXinKey() {
		return "getMaterialNums";
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy