Skip to content

重启代金券批次

通过此接口可重启指定代金券批次。重启后,该代金券批次可以再次发放。 官方文档

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

Released under the MIT License. (SITEMAP)