TarType.java

package com.foxinmy.weixin4j.type;

/**
 * 压缩类型
 * 
 * @className TarType
 * @author jinyu(foxinmy@gmail.com)
 * @date 2016年12月21日
 * @since JDK 1.6
 * @see
 * @deprecated 迁移到子模块weixin4j-pay
 */
@Deprecated
public enum TarType {
	GZIP
}