Skip to content

用户入场通知(合作伙伴模式)

在停车场场景下,如用户已加入车主平台,则进行入场通知;如用户已经欠费,会发送用户欠费入场通知。本接口,会查询用户是否有欠费或黑名单用户情况,并将对应的用户状态进行返回。 官方文档

js
wxpay
.
v2
.
vehicle
.
partnerpay
.
notification
.
post
({
appid
,
mch_id
,
sub_appid
,
sub_mch_id
,
nonce_str
,
sign_type
,
version
,
trade_scene
,
scene_info
,
start_time
,
plate_number
,
notify_url
,
car_type
,
parking_name
,
free_time
,
openid
,
sub_openid
,
space_number
,
}) .
then
(
({
data
: {
return_code
,
return_msg
,
appid
,
mch_id
,
sub_appid
,
sub_mch_id
,
nonce_str
,
sign
,
result_code
,
err_code
,
err_code_des
,
user_state
,
deduct_mode
,
}, }) => ({
return_code
,
return_msg
,
appid
,
mch_id
,
sub_appid
,
sub_mch_id
,
nonce_str
,
sign
,
result_code
,
err_code
,
err_code_des
,
user_state
,
deduct_mode
,
}) )

Released under the MIT License. (SITEMAP)