Skip to content

修改批次预算

商户可以通过该接口修改批次单天发放上限数量或者批次最大发放数量 官方文档

js
wxpay
.
v3
.
marketing
.
busifavor
.
stocks
.
_stock_id_
.
budget
.
patch
({
target_max_coupons
,
target_max_coupons_by_day
,
current_max_coupons
,
current_max_coupons_by_day
,
modify_budget_request_no
,
}) .
then
(
({
data
: {
max_coupons
,
max_coupons_by_day
,
}, }) => ({
max_coupons
,
max_coupons_by_day
,
}) )

Released under the MIT License. (SITEMAP)