主题
电商平台可通过此接口添加分账接收方,建立分账接收方列表。 官方文档
wxpay.v3.ecommerce.profitsharing.receivers.add.post({ appid, type, account, name, encrypted_name, relation_type, }, { headers, }) .then( ({ data: { type, account, }, }) => ({ type, account, }) )