feat(tenpayv3): 新增出租车电子发票相关接口

This commit is contained in:
Fu Diwei
2023-03-31 11:26:58 +08:00
parent b55561aef1
commit 770ee8d590
42 changed files with 1789 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
{
"company_name": "深圳市未来有限公司",
"tax_id": "12345678901234567J",
"address": "广东省深圳市南山区高新科技园科技中一路腾讯大厦",
"phone": "0755-86013388",
"bank_name": "中国工商银行南山支行",
"bank_account": "12345678901234",
"invoice_mode": "JIAO_WEI",
"legal_person": "张三",
"short_name": "深圳未来",
"region_id": 510100,
"enterprise_type": "ENTERPRISE"
}

View File

@@ -0,0 +1,4 @@
{
"mchid": "1900000109",
"company_name": "深圳市未来有限公司"
}

View File

@@ -0,0 +1,14 @@
{
"company_mchid": "1900000109",
"enterprise_type": "CORPORATION",
"company_name": "深圳市未来有限公司",
"short_name": "深圳未来",
"tax_id": "12345678901234567J",
"address": "广东省深圳市南山区高新科技园科技中一路腾讯大厦",
"phone": "0755-86013388",
"bank_name": "中国工商银行南山支行",
"bank_account": "12345678901234",
"legal_person": "张三",
"invoice_mode": "JIAOWEI",
"region_id": 510100
}