查询保险订单详情
商户通过该接口可根据商户订单号查询保险订单详情。 官方文档
js
wxpay.v3.hirePowerBank.insuranceOrders._out_order_no_.get({
out_order_no,
})
.then(
({
data: {
order_id,
out_order_no,
openid,
max_claim_count,
claimed_count,
order_receive_time,
order_begin_time,
order_end_time,
order_receive_state,
},
}) => ({
order_id,
out_order_no,
openid,
max_claim_count,
claimed_count,
order_receive_time,
order_begin_time,
order_end_time,
order_receive_state,
})
)