39 测试
This commit is contained in:
+10
-10
@@ -1075,34 +1075,34 @@ public class SarStandardsInfoController extends BaseController<SarStandardsInfo>
|
|||||||
// String url = "http://47.92.92.38:8103/7.2.1-34/downloadas";
|
// String url = "http://47.92.92.38:8103/7.2.1-34/downloadas";
|
||||||
String url = "";
|
String url = "";
|
||||||
if(urlInfo.equals("1")){
|
if(urlInfo.equals("1")){
|
||||||
url = "http://47.92.92.38:8103/7.2.1-34/ConvertService.ashx";
|
url = "http://39.98.140.126:8889/7.2.1-34/ConvertService.ashx";
|
||||||
}
|
}
|
||||||
if(urlInfo.equals("11")){
|
if(urlInfo.equals("11")){
|
||||||
url = "https://47.92.92.38:8103/7.2.1-34/ConvertService.ashx";
|
url = "https://39.98.140.126:8889/7.2.1-34/ConvertService.ashx";
|
||||||
}
|
}
|
||||||
if(urlInfo.equals("2")){
|
if(urlInfo.equals("2")){
|
||||||
url = "http://47.92.92.38:8103/url-to-example-document.docx";
|
url = "http://39.98.140.126:8889/url-to-example-document.docx";
|
||||||
}
|
}
|
||||||
if(urlInfo.equals("22")){
|
if(urlInfo.equals("22")){
|
||||||
url = "http://47.92.92.38:8103/7.2.1-34/url-to-example-document.docx";
|
url = "http://39.98.140.126:8889/7.2.1-34/url-to-example-document.docx";
|
||||||
}
|
}
|
||||||
if(urlInfo.equals("222")){
|
if(urlInfo.equals("222")){
|
||||||
url = "https://47.92.92.38:8103/url-to-example-document.docx";
|
url = "https://39.98.140.126:8889/url-to-example-document.docx";
|
||||||
}
|
}
|
||||||
if(urlInfo.equals("2222")){
|
if(urlInfo.equals("2222")){
|
||||||
url = "https://47.92.92.38:8103/7.2.1-34/url-to-example-document.docx";
|
url = "https://39.98.140.126:8889/7.2.1-34/url-to-example-document.docx";
|
||||||
}
|
}
|
||||||
if(urlInfo.equals("3")){
|
if(urlInfo.equals("3")){
|
||||||
url = "https://example.com/url-to-example-document.docx";
|
url = "https://39.98.140.126:8889/url-to-example-document.docx";
|
||||||
}
|
}
|
||||||
if(urlInfo.equals("33")){
|
if(urlInfo.equals("33")){
|
||||||
url = "http://example.com/url-to-example-document.docx";
|
url = "http://39.98.140.126:8889/url-to-example-document.docx";
|
||||||
}
|
}
|
||||||
if(urlInfo.equals("333")){
|
if(urlInfo.equals("333")){
|
||||||
url = "http://example.com/7.2.1-34/url-to-example-document.docx";
|
url = "http://39.98.140.126:8889/7.2.1-34/url-to-example-document.docx";
|
||||||
}
|
}
|
||||||
if(urlInfo.equals("3333")){
|
if(urlInfo.equals("3333")){
|
||||||
url = "https://example.com/7.2.1-34/url-to-example-document.docx";
|
url = "https://39.98.140.126:8889/7.2.1-34/url-to-example-document.docx";
|
||||||
}
|
}
|
||||||
//HttpGet httpGet=new HttpGet(url);
|
//HttpGet httpGet=new HttpGet(url);
|
||||||
HttpPost httpPost=new HttpPost(url);
|
HttpPost httpPost=new HttpPost(url);
|
||||||
|
|||||||
Reference in New Issue
Block a user