查询用户捐赠单列表
商户可根据品牌ID与用户标识查询捐赠单列表
js
wxpay.v3.lovefeast.users._openid_.orders.brandId._brand_id_.get({
openid,
brand_id,
params,
})
.then(
({
data: {
count,
limit,
offset,
total_count,
data,
},
}) => ({
count,
limit,
offset,
total_count,
data,
})
)