package com.campus.gomotion.constant; /** * Author: zhong.zhou * Date: 16/4/21 * Email: muxin_zg@163.com */ public class WifiApInfo { /** * the port of wifiAP providing service */ public static final int SERVICE_SPORT = 8090; /** * the name of wifi spot */ public static final String WIFI_AP_NAME = "ant"; /** * the password of wifi spot */ public static final String WIFI_AP_PASSWORD = "12345678"; }