主题
商户通过调用该接口可主动查询微信用户的欠款状态。 官方文档
wxpay.v3.eduschoolpay.users._openid_.debtState.get({ openid, }) .then( ({ data: { appid, openid, state, debt_count, update_time, }, }) => ({ appid, openid, state, debt_count, update_time, }) )