文档
测试

根据券id查询会员最近领取的券信息

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

请求参数

参数名
类型
描述
必填
mmbId
String
会员 id
必填
cpnId
String
优惠券 id
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:0
必填
data
object
数据字典
必填
sellTime
string
发售时间 示例:2023-12-02 13:14:08
必填
di
int
示例:14
必填
endDate
string
结束日期 示例:2023-12-31
必填
etCheckStatus
string
电商订单券核销标识 示例:2
必填
mmbId
string
会员 id示例:NC2D0RH4EROS6
必填
etTransactionPrice
int
示例:0
必填
begDate
string
开始时间 示例:2023-09-05
必填
cpnName
string
券名称 示例:社群入群礼1元薯条券
必填
ctime
string
创建时间 示例:2023-12-02 13:14:08
必填
useTime
string
核销时间 示例:2023-12-02 13:15:20
必填
id
string
示例:NC2D1AVSRSCG3
必填
sellScene
string
发售渠道 示例:hkl-test
必填
etCheckCount
int
电商订单券核销次数 示例:1
必填
isStc
int
是否豪金卡购买 示例:0
必填
useOrdno
string
核销订单号 示例:150420231202529451116
必填
cpnType
string
优惠券类别 0是堂食券,1是外卖券 2:是商城券 示例:2
必填
useOrg
string
核销餐厅 示例:1504
必填
etDiscountAmount
int
示例:0
必填
effTime
string
券生效时间 示例:2023-12-02 13:14:08
必填
cpnCode
string
券编码 示例:3459803073051
必填
cpnId
string
券id 示例:N95B0CN960I14
必填
sellOrdno
string
发售订单号 示例:202312021314089IEF9YQPTS
必填
status
int
状态 0:未使用 1:已核销 2:已过期 3:已退款 7:赠送中
必填

说明 / 示例

<pre>{ "msg": "操作成功", "code": 0, "data": { "di": 14, "endDate": "2023-12-31", "etCheckStatus": "2", "mtime": "2023-12-02 13:15:15", "mmbId": "NC2D0RH4EROS6", "etTransactionPrice": 0, "begDate": "2023-09-05", "cpnName": "社群入群礼1元薯条券", "ctime": "2023-12-02 13:14:08", "useTime": "2023-12-02 13:15:20", "id": "NC2D1AVSRSCG3", "sellScene": "hkl-test", "sellTime": "2023-12-02 13:14:08", "etCheckCount": 1, "isStc": 0, "useOrdno": "150420231202529451116", "cpnType": "2", "useOrg": "1504", "etDiscountAmount": 0, "effTime": "2023-12-02 13:14:08", "cpnCode": "3459803073051", "cpnId": "N95B0CN960I14", "sellOrdno": "202312021314089IEF9YQPTS", "status": 1 } }