View Javadoc
1   package com.foxinmy.weixin4j.mp.type;
2   
3   /**
4    * 平台类型
5    * 
6    * @className ClientPlatformType
7    * @author jinyu(foxinmy@gmail.com)
8    * @date 2015年12月17日
9    * @since JDK 1.7
10   * @see
11   */
12  public enum ClientPlatformType {
13  	IOS, Android, Others
14  }