获取进项发票

This commit is contained in:
lvleigang 2025-07-01 14:44:57 +08:00
parent be8089625e
commit 726b24021e
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ public class IncomeInvoiceServiceImpl extends BaseService<IncomeInvoiceEntity, S
boolean flags = false; boolean flags = false;
String uploadBalanceTableUrl = "http://10.0.2.15:30887/open/api/uploadBalanceTable"; String uploadBalanceTableUrl = "http://10.0.2.15:30887/open/api/uploadBalanceTable";
String cbUrl = "http://10.0.2.15:30887/open/api/uploadFinancialReport"; String cbUrl = "http://10.0.2.15:30887/open/api/uploadFinancialReport";
String dataUrl = "https://10.0.2.15:30889/oapi/invoice_rec/standing/book/queryList";//全量发票数据 String dataUrl = "http://10.0.2.15:30889/oapi/invoice_rec/standing/book/queryList";//全量发票数据
String tokenUrl = "http://oapi.nanofintax.com/api/getToken"; String tokenUrl = "http://oapi.nanofintax.com/api/getToken";
String accessKey = "6X3B526P5HqE6ums"; String accessKey = "6X3B526P5HqE6ums";
String accessSecret = "34e5fc32ac894a2ba2ade8c3852c7a0a"; String accessSecret = "34e5fc32ac894a2ba2ade8c3852c7a0a";