调整电子回单下载ip地址

This commit is contained in:
hecan 2025-05-14 11:01:45 +08:00
parent 3150b7364e
commit 9c37d90186
1 changed files with 1 additions and 1 deletions

View File

@ -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");