Skip to content

更新出租车信息

商户可通过调用该接口新增、更新出租车信息,出租车所在的公司必须已经成为服务商的特约商户,否则新增失败 官方文档

js
wxpay
.
v3
.
taxiInvoice
.
taxi
.
updateTaxi
.
post
({
plate_number
,
company_name
,
mchid
,
main_license
,
deputy_license
,
region_id
,
invoice_flag
,
}) .
then
(
({
data
: {
plate_number
,
company_name
,
mchid
,
main_license
,
deputy_license
,
region_id
,
}, }) => ({
plate_number
,
company_name
,
mchid
,
main_license
,
deputy_license
,
region_id
,
}) )

Released under the MIT License. (SITEMAP)