Skip to content

预受理领卡请求

商户在引导用户跳转先享卡领卡前,需要请求先享卡预受理领卡请求接口,再根据返回数据引导用户跳转领卡。 官方文档

js
wxpay
.
v3
.
discountCard
.
cards
.
post
({
out_card_code
,
card_template_id
,
appid
,
notify_url
,
}) .
then
(
({
data
: {
prepare_card_token
,
}, }) => ({
prepare_card_token
,
}) )

Released under the MIT License. (SITEMAP)