View Javadoc
1   package com.foxinmy.weixin4j.type;
2   
3   /**
4    * 压缩类型
5    * 
6    * @className TarType
7    * @author jinyu(foxinmy@gmail.com)
8    * @date 2016年12月21日
9    * @since JDK 1.6
10   * @see
11   * @deprecated 迁移到子模块weixin4j-pay
12   */
13  @Deprecated
14  public enum TarType {
15  	GZIP
16  }