Skip to content

查询批次详情

通过此接口可查询批次信息,包括批次的配置信息以及批次概况数据。 官方文档

js
wxpay
.
v3
.
marketing
.
favor
.
stocks
.
_stock_id_
.
get
({
stock_id
,
params
,
}) .
then
(
({
data
: {
stock_name
,
available_begin_time
,
available_end_time
,
stock_use_rule
,
no_cash
,
stock_type
,
stock_id
,
stock_creator_mchid
,
status
,
description
,
create_time
,
start_time
,
stop_time
,
singleitem
,
cut_to_message
,
distributed_coupons
,
}, }) => ({
stock_name
,
available_begin_time
,
available_end_time
,
stock_use_rule
,
no_cash
,
stock_type
,
stock_id
,
stock_creator_mchid
,
status
,
description
,
create_time
,
start_time
,
stop_time
,
singleitem
,
cut_to_message
,
distributed_coupons
,
}) )

Released under the MIT License. (SITEMAP)