Skip to content

暂停代金券批次

通过此接口可暂停指定代金券批次。暂停后,该代金券批次暂停发放,用户无法通过任何渠道再领取该批次的券。 官方文档

js
wxpay
.
v3
.
marketing
.
favor
.
stocks
.
_stock_id_
.
pause
.
post
({
stock_creator_mchid
,
}, {
stock_id
})
.
then
(
({
data
: {
pause_time
,
stock_id
,
}, }) => ({
pause_time
,
stock_id
,
}) )

Released under the MIT License. (SITEMAP)