调整电子回单下载ip地址
This commit is contained in:
parent
3150b7364e
commit
9c37d90186
|
@ -309,7 +309,7 @@ public class ZxBankServiceImpl extends BaseService<ZxBankEntity, String> impleme
|
|||
String downloadFolder ="D:\\yongansystem\\zxbank\\pdf\\";
|
||||
String destinationFolder ="D:\\yongansystem\\zxbank\\pdf\\";
|
||||
|
||||
URL url = new URL("http://202.108.57.65:11370/access/treasury/hangtai/bill/down");
|
||||
URL url = new URL("http://122.9.75.156:9091/access/treasury/hangtai/bill/down");
|
||||
HttpURLConnection connection = (HttpURLConnection) url.openConnection();
|
||||
connection.setRequestMethod("POST");
|
||||
connection.setRequestProperty("Content-Type", "application/json");
|
||||
|
|
Loading…
Reference in New Issue