| | |
| | | * 备注:公共参数 |
| | | */ |
| | | public class CommonData { |
| | | //天地图 |
| | | public static String webKey = "d8beed89b43160a9a185e5aff431f85d"; |
| | | public static String androidKey = "4dace6fd6dad43a9bc08d1ed94ec28d8"; |
| | | |
| | | //缓存 |
| | | |
| | | public static String Tag = "ym"; |
| | | public final static String Token = "Token"; |
| | | public final static String isShowCode="isShowCode"; |
| | | //天地图API密钥 |
| | | public static String webKey = "d8beed89b43160a9a185e5aff431f85d"; // Web端使用的密钥 |
| | | public static String androidKey = "4dace6fd6dad43a9bc08d1ed94ec28d8"; // Android端使用的密钥 |
| | | |
| | | // 获取当前使用的密钥 |
| | | public static String getCurrentMapKey() { |
| | | return androidKey; // 在Android应用中优先使用androidKey |
| | | } |
| | | |
| | | public final static String NoTag = "-1"; |
| | | public final static int TestTag = 0; |
| | | public final static int YuanMouTag = 1; |
| | | |
| | | |
| | | } |