微信卡券信息 Wechat Coupon Info
公共参数名称 |
公共参数值 |
method |
fzapi.crm.GetWechatCouponInfo |
content |
请求参数集合,详见下面请求参数说明 |
请求参数说明
参数 |
类型 |
是否必填 |
最大长度 |
描述 |
示例值 |
listno |
String |
否 |
30 |
礼券编号 |
|
int_start |
int |
否 |
4 |
从第几页开始 |
|
int_limit |
int |
否 |
4 |
每页几条数据 |
返回字段说明
参数 |
描述 |
listno |
礼券编号 |
buildingid |
商场 |
giftcert_name |
卡券名称 |
logo_path |
logo路径 |
detailphotopath |
卡券明细图片路径 |
card_type |
礼券类型 |
start_date |
开始日期 |
end_date |
结束日期 |
sku_quantity |
卡券库存的数量 |
cardid |
卡ID |
least_cost |
消费门槛(代金券专用) |
reduce_cost |
减免金额(代金券专用) |
discount |
折扣比率(折扣券专用) |
gift |
兑换说明(兑换券专用) |
can_use_qty_one_memo |
同一张销售单可使用数量(仅用于代金券设置) |
use_cond_type |
使用条件类型 |
can_use_with_other_discount |
是否可同时使用其他优惠 |
fixed_end_timestamp |
卡券统一过期时间 |
get_limit |
每人可领券的数量限制 |
time_limit_type |
使用时段限制 |
time_limit_begin_hour |
起始时间(小时) |
time_limit_begin_minute |
起始时间(分钟) |
time_limit_end_hour |
结束时间(小时) |
time_limit_end_minute |
结束时间(分钟) |
issuancechannels |
投放渠道 |
least_sales_amont |
最低销售金额限制 |
max_reduce_amount |
最大减免金额 |
giftcerttype |
卡券类别 |
description |
卡券使用说明 |
detail_description |
详细说明 |
parkinghour |
停车券(时长) |
响应数据说明
参数 |
类型 |
是否必填 |
最大长度 |
描述 |
示例值 |
success |
bool |
|
|
返回成功 |
true |
code |
String |
|
|
返回代码 |
1000 |
msg |
String |
|
|
返回描述 |
Success |
data |
String |
|
|
返回信息 |
响应数据示例:
{
"success":true,
"code":"1000",
"msg":"Success",
"data":[
{
"total_rn":1,
"rn":1,
"listno":"KQ0000000082",
"buildingid":"FZ01",
"giftcert_name":"推送服务测试卡券001",
"logo_path":"/Datas/giftcert/FZ01_cafei.jpeg",
"detailphotopath":null,
"card_type":"CASH",
"start_date":"2018-08-28",
"end_date":"2020-04-30",
"sku_quantity":19000,
"cardid":"KQ0000000082",
"least_cost":100,
"reduce_cost":100,
"discount":null,
"gift":null,
"can_use_qty_one_memo":10,
"use_cond_type":"00",
"can_use_with_other_discount":"1",
"fixed_end_timestamp":"2020-04-30T00:00:00",
"get_limit":0,
"time_limit_type":"MONDAY,TUESDAY,WEDNESDAY",
"time_limit_begin_hour":null,
"time_limit_begin_minute":null,
"time_limit_end_hour":null,
"time_limit_end_minute":null,
"issuancechannels":"02,03,06",
"least_sales_amont":100,
"max_reduce_amount":null,
"giftcerttype":"01",
"description":"咖啡是用经过烘焙的咖啡豆制作出来的饮料,与可可、茶同为流行于世界的主要饮品。
咖啡树是属茜草科常乔木,日常饮用的咖啡是用咖啡豆配合各种不同的烹煮器具制作出来的,而咖啡豆就是指咖啡树果实里面的果仁,再用适当的方法烘焙而成,一杯标准的咖啡品尝起来的味道不应该是苦涩的,一名合格的咖啡师在制作咖啡时会严谨地进行每一步操作,最后为客人呈上的咖啡在味觉上会呈现出不同程度的甜度、酸度、醇厚度或是干净度",
"detail_description":"嗯嗯",
"parkinghour":null
}
]
}