获取进项发票
This commit is contained in:
parent
be8089625e
commit
726b24021e
|
@ -102,7 +102,7 @@ public class IncomeInvoiceServiceImpl extends BaseService<IncomeInvoiceEntity, S
|
|||
boolean flags = false;
|
||||
String uploadBalanceTableUrl = "http://10.0.2.15:30887/open/api/uploadBalanceTable";
|
||||
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 accessKey = "6X3B526P5HqE6ums";
|
||||
String accessSecret = "34e5fc32ac894a2ba2ade8c3852c7a0a";
|
||||
|
|
Loading…
Reference in New Issue