39 测试

This commit is contained in:
gaojiabao
2023-06-15 15:31:13 +08:00
parent 76b2eea8f2
commit 573890103f
@@ -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 = "";
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")){
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")){
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")){
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")){
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")){
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")){
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")){
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")){
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")){
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);
HttpPost httpPost=new HttpPost(url);