主题
该API接口可用于给一个特定的门店解除收款商户号。解除成功后,商户号不能再为门店收款。目前只支持解除此前收款方拒绝的收款商户号。 官方文档
wxpay.v3.merchantStore.stores._store_id_.recipients.unbind.post({ sub_mchid, store_recipient, }, { store_id, }) .then( ({ data: { failed_store_recipient, }, }) => ({ failed_store_recipient, }) )