| | |
| | | public class Api { |
| | | |
| | | //39.108.148.228 测试服务器 |
| | | // public static final String BASE_URL = "http://122.9.134.230:8081/driver/"; |
| | | public static final String BASE_URL = "http://192.168.110.50:80/driver/"; |
| | | public static final String BASE_URL = "https://www.zycx.ztrbkj.com/driver/"; |
| | | // public static final String BASE_URL = "http://192.168.110.50:80/driver/"; |
| | | |
| | | // public static final String SOCKET_SERVER = "122.9.134.230"; |
| | | public static final String SOCKET_SERVER = "192.168.110.50"; |
| | | public static final String SOCKET_SERVER = "47.108.137.172"; |
| | | // public static final String SOCKET_SERVER = "192.168.110.50"; |
| | | public static final int SOCKET_PORT = 8888; |
| | | public static final int SUCCESS = 200; |
| | | |
| | | public static final String strShare = "http://122.9.134.230/share/index.html"; |
| | | public static final String strShare = "https://www.zycx.ztrbkj.com/share/shareIndex.html"; |
| | | public static final String strShareDriver = "http://122.9.134.230:8080/driverShare/qr.html"; |
| | | public static final int WXLAUID = WXLaunchMiniProgram.Req.MINIPTOGRAM_TYPE_RELEASE; |
| | | |