主题
发起分账请求后,可调用此接口查询分账结果 官方文档
wxpay.v3.profitsharing.orders._out_order_no_.get({ out_order_no, params, }) .then( ({ data: { sub_mchid, transaction_id, out_order_no, order_id, state, receivers, }, }) => ({ sub_mchid, transaction_id, out_order_no, order_id, state, receivers, }) )