文档
测试

购买豪礼卡-获取储值卡促销优惠券

POST
http://crm.houcaller.com/htest/openapi/v1/listCpnForStcPro

接口描述

获取豪礼卡促销活动所包含的优惠券相信信息

请求头

参数名
类型
描述
必填
Content-Type
String
application/json
必填

请求参数

参数名
类型
描述
必填
channel
string
渠道名
必填
timestamp
string
时间戳
必填
param
string
参数(对json字符串进行DES加密)
必填
orgCode
string
餐厅编码(不填默认为“1”)
可选
cardType
string
卡类别
必填

响应参数

参数名
类型
描述
必填
msg
string
响应说明
必填
code
number
响应code
必填
data
object
响应参数
必填
cpnList
array
优惠券列表
必填
cpnType
string
券类别
必填
content
string
券说明
必填
picUrl
string
图片地址
必填
posid
string
收银ID
必填
cpnName
string
券名称
必填
id
string
券ID
必填
status
string
状态
必填

说明 / 示例

请求示例: ``` { "param": "BBBB8D33309A7783195344BE1DB87569FC84F5C5E28021A00C0470C7E2398209521F61A009456484", "channel": "hkl-test", "timestamp": "1582187437199" } ``` param明文示例: ``` { "orgCode": "0101", "cardType": "958" } ``` 响应示例: ``` { "msg": "操作成功", "code": 0, "data": { "cpnList": [ { "barcode": "6837", "begSend": "2019-12-30", "begTime": "2020-01-01", "content": "1、本券为问卷调查奖励,内容为价值13元免费美国酸奶油香葱薯条一张。\n2、本券仅限全国豪客来餐厅堂食使用,不与其他优惠同享 \n3、本券消费任意金额即可抵用一张,单人仅限使用一张 \n4、使用本券后,实付金额可累积豪币 \n5、本券结账时出示给服务员,使用后将被注销 \n6、本券有效期截止时间2020-06-30,逾期作废 \n7、如有不明,请拨4006-618-678 ", "cpnName": "CAS调研薯条免费券", "cpnType": "0", "delay": 0, "endTime": "2020-06-30", "getLimit": 10, "getLimitAll": 100, "id": "JCUG0K10A53U8", "maxCount": 100000000, "picUrl": "/upload_img/common/hklai.jpg", "posid": "28316", "sendCount": 1, "seqName": "", "status": 1, "timeLimit": "", "validDays": 0, "weekLimit": "1,2,3,4,5,6,7" }, { "barcode": "8010", "begSend": "2019-11-19", "begTime": "2019-11-21", "content": "无", "cpnName": "实付满75元减5元", "cpnType": "1", "delay": 0, "endTime": "2020-01-31", "getLimit": 3, "getLimitAll": 100, "id": "JBJA2LNKQ0UH0", "maxCount": 10000000, "picUrl": "/upload_img/wm/hklwm.jpg", "posid": "JBJA1IKFI8UO5", "sendCount": 1, "seqName": "", "status": 1, "timeLimit": "", "validDays": 14, "weekLimit": "" } ] } } ```