Skip to content

商户解除用户授权关系

商户通过调用该接口,可主动与用户解除此前授权关系。 官方文档

js
wxpay
.
v3
.
payscore
.
users
.
_openid_
.
permissions
.
_service_id_
.
terminate
.
post
({
appid
,
reason
,
}, {
openid
,
service_id
})
.
then
(({
status
, }) =>
status
=== 204)

Released under the MIT License. (SITEMAP)