发送立减券
POST
/ccb/send/voucher/landing
最后修改时间:2024-12-27 02:41:06
请求参数
Body 参数application/json
appid
string
app id
version
string
接口版本号
reqTime
integer
时间戳
sign
string
签名值
act_id
string
活动ID
user_id
string
发券用户标识
biz_order_id
string
API调用者订单号
wechat_appid
string
微信appid
biz_mobile
string
API调用者用户标识
num
integer
数量
示例
{
"appid": "string",
"version": "string",
"reqTime": 0,
"sign": "string",
"act_id": "string",
"user_id": "string",
"biz_order_id": "string",
"wechat_appid": "string",
"biz_mobile": "string",
"num": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/ccb/send/voucher/landing' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
code
integer
响应码
msg
string
提示信息
data
object
数据
order_id
string
平台订单号
biz_order_id
string
商家订单号
is_query
string
是否重复下单
link
string
领取链接
mini_path
string
跳小程序领取路径
is_waiting
integer
是否未注册待发券
coupon_id
string
发券平台券ID
cards
string
卡密列表
示例
{
"code": 0,
"msg": "string",
"data": {
"order_id": "string",
"biz_order_id": "string",
"is_query": "string",
"link": "string",
"mini_path": "string",
"is_waiting": 0,
"coupon_id": "string",
"cards": "string"
}
}
修改于 2024-12-27 02:41:06