Blame view

C5/txpad/src/main/java/com/sunvote/txpad/Constants.java 1.25 KB
fac86401   孙向锦   初始化C5 Vote
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
  package com.sunvote.txpad;
  
  /**
   * Created by Elvis on 2017/9/12.
   * Email:Eluis@psunsky.com
   * 版权所有:长沙中天电子设计开发有限公司
   * Description:平板模块键盘投票功能模块
   */
  public final class Constants {
  
      public static final String BASE_URL =
              "http://120.78.57.84:8888/sunvoteAPI/" ;
  //    "http://192.168.0.3:8080/sunvoteAPI/";
  //    "http://192.168.0.117/sunvoteAPI/";
      // "http://192.168.0.3:8080/sunvoteAPI/";
      // "http://192.168.0.3:8080/sunvoteAPI/";
      // "http://192.168.0.185/sunvoteAPI/" ;
      // "http://192.168.0.181:8080/sunvoteAPI/" ;
      //"http://192.168.0.3:8080/sunvoteAPI/";
  
      public static final String SAVE_EXAM_TIME_KEY = "save_exam_time_key" ;
  
      public static final String SAVE_SIGN_MODE_KEY = "save_sign_mode_key" ;
  
      public static final String SAVE_LOGIN_USENAME = "save_login_usename" ;
  
      public static final String SAVE_LOCAL_KEYBORAD_REPLACE = "save_local_keyborad_replace" ;
  
      public static final String SAVE_START_EXAM_FLAG = "save_start_exam_flag" ;
  
      public static final String SAVE_START_EXAM_BEGIN = "save_start_exam_begin" ;
  
      public static final String SAVE_KEY_TYPE = "save_key_type" ;
  
      public static final String CHOOSE_MODE_TYPE = "choose_mode_type" ;
  }