mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
feat(tenpayv3): 新增出租车电子发票相关接口
This commit is contained in:
+10
@@ -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"
|
||||
}
|
||||
+10
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user