公司的項目只能連內網才能運行,怎麼改 連外網也可以運行??????
不知道你是怎麼寫的,我的是這樣
//內網
//http://123.133.1.250:8008/xhx_biz/
public static String HOSTIP = "123.133.1.250";
public static String PORT = "8008";
public static String BASEURL = "/xhx_biz/service";
//外網:http://200.152.14.134:8088
/*public static String HOSTIP = "200.152.14.134";
public static String PORT = "8088";
public static String BASEURL = "/xhx_biz/service";*/