Skip to content

创建自定义入口

接口介绍:该接口为电子小票自定义入口创建接口,商家可以通过该接口为品牌创建自定义入口展示内容。 官方文档

js
wxpay
.
v3
.
marketing
.
shoppingReceipt
.
customentrances
.
post
({
custom_entrance_type
,
subtitle
,
goods_thumbnail_url
,
start_time
,
end_time
,
custom_entrance_state
,
brand_id
,
out_request_no
,
jump_link
,
}) .
then
(
({
data
: {
custom_entrance_type
,
subtitle
,
goods_thumbnail_url
,
custom_entrance_state
,
start_time
,
end_time
,
brand_id
,
create_time
,
modify_time
,
out_request_no
,
jump_link
,
}, }) => ({
custom_entrance_type
,
subtitle
,
goods_thumbnail_url
,
custom_entrance_state
,
start_time
,
end_time
,
brand_id
,
create_time
,
modify_time
,
out_request_no
,
jump_link
,
}) )

Released under the MIT License. (SITEMAP)