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

This commit is contained in:
Fu Diwei
2023-03-31 15:57:59 +08:00
parent b55561aef1
commit 770ee8d590
42 changed files with 1789 additions and 7 deletions
@@ -0,0 +1,10 @@
{
"plate_number": "粤B12345",
"company_name": "深圳市未来有限公司",
"company_mchid": "1900000109",
"main_license": "6298416",
"deputy_license": "6298416",
"region_id": 510100,
"support_invoice": true,
"taxi_state": "IN_OPERATION"
}
@@ -0,0 +1,10 @@
{
"plate_number": "粤B12345",
"company_name": "深圳市未来有限公司",
"mchid": "1900000109",
"main_license": "6298416",
"deputy_license": "6298416",
"region_id": 510100,
"invoice_flag": "INVOICE",
"taxi_state": "IN_OPERATION"
}