Skip to content

出行券切卡组件预下单

商户在拉起快捷切卡小程序前,需要先调用本接口预下单,下单成功后,通过返回的token拉起小程序,本接口的调用商户需要和拉起组件传入的调用商户是同一个。 官方文档

js
wxpay
.
v3
.
industryCoupon
.
tokens
.
post
({
open_id
,
coupon_list
,
}) .
then
(
({
data
: {
token
,
expires_time
,
}, }) => ({
token
,
expires_time
,
}) )

Released under the MIT License. (SITEMAP)