| | |
| | | |
| | | private Speaker speaker = null; |
| | | |
| | | private String ip; |
| | | private int port; |
| | | private String ip="47.93.80.84"; |
| | | private int port=12125; |
| | | private String mapPath;//绝对路径包含文件名的path |
| | | private String carPath;//绝对路径包含文件名的path |
| | | private StringBuffer stringBuffer; |
| | |
| | | } |
| | | |
| | | public String getPlatformIP(){ |
| | | ip = (String) SPUtils.get(app.getAppContext(),SPUtils.PLATFORM_IP,"47.93.157.103"); |
| | | ip = (String) SPUtils.get(app.getAppContext(),SPUtils.PLATFORM_IP,"47.93.80.84"); |
| | | return ip; |
| | | } |
| | | |
| | | public int getPlatformPort(){ |
| | | port = (int) SPUtils.get(app.getAppContext(),SPUtils.PLATFORM_PORT,2020); |
| | | port = (int) SPUtils.get(app.getAppContext(),SPUtils.PLATFORM_PORT,12125); |
| | | return port; |
| | | } |
| | | |