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

com.foxinmy.weixin4j.response.BlankResponse Maven / Gradle / Ivy

There is a newer version: 1.10.2
Show newest version
package com.foxinmy.weixin4j.response;

/**
 * 空白回复(避免微信服务器重复推送消息)
 *
 * @className BlankResponse
 * @author jinyu([email protected])
 * @date 2015年5月7日
 * @since JDK 1.6
 * @see
 */
public class BlankResponse extends SingleResponse {

	public static final BlankResponse global = new BlankResponse();

	private BlankResponse() {
		super("success");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy