微信支付提现单号查询提现结果(平台收付通)
js
wxpay.v3.ecommerce.fund.withdraw._withdraw_id_.get({
withdraw_id,
params,
})
.then(
({
data: {
sub_mchid,
sp_mchid,
status,
withdraw_id,
out_request_no,
amount,
create_time,
update_time,
reason,
remark,
bank_memo,
account_type,
account_number,
account_bank,
bank_name,
},
}) => ({
sub_mchid,
sp_mchid,
status,
withdraw_id,
out_request_no,
amount,
create_time,
update_time,
reason,
remark,
bank_memo,
account_type,
account_number,
account_bank,
bank_name,
})
)