Skip to content

查询ETC签约状态

通过用户标识、ETC扣费授权协议号查询ETC绑定信息。 官方文档

js
wxpay
.
v3
.
vehicle
.
etc
.
users
.
_openid_
.
contracts
.
get
({
openid
,
params
,
}) .
then
(
({
data
: {
appid
,
sp_mchid
,
sp_openid
,
sub_appid
,
sub_mchid
,
contract_id
,
bind_state
,
plate_number
,
sub_openid
,
}, }) => ({
appid
,
sp_mchid
,
sp_openid
,
sub_appid
,
sub_mchid
,
contract_id
,
bind_state
,
plate_number
,
sub_openid
,
}) )

Released under the MIT License. (SITEMAP)