Skip to content

商户查询用户欠款状态

商户通过调用该接口可主动查询微信用户的欠款状态。 官方文档

js
wxpay
.
v3
.
eduschoolpay
.
users
.
_openid_
.
debtState
.
get
({
openid
,
}) .
then
(
({
data
: {
appid
,
openid
,
state
,
debt_count
,
update_time
,
}, }) => ({
appid
,
openid
,
state
,
debt_count
,
update_time
,
}) )

Released under the MIT License. (SITEMAP)