优惠券详情
POST
/couponapi/getCouponDetail
请求参数
参数名
类型
描述
必填
cId
int
优惠券id
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:200
必填
state
boolean
示例:true
必填
cId
int
示例:4
必填
cName
string
示例:优惠券名称
必填
cContent
string
示例:优惠券内容
必填
cNum
int
(优惠券数量)示例:99
必填
cPrice
int
(面值)示例:100
必填
isLimited
int
(是否又限制 0否 1是)示例:1
必填
fullPrice
int
(需要满足的金额)示例:350
必填
quotaNum
int
(限额数量)示例:5
必填
isDeadline
int
(是否又期限 1时间端段 2天数)示例:2
必填
cDayNum
int
(天数)示例:5
必填
isShare
int
(是否可以和其他优惠券使用 0 否 1是)示例:0
必填
cExplain
string
示例:使用说明
必填
usableRange
int
(使用范围 0全部商品 1指定商品 3指定不可用商品)示例:1
必填
cPutawayState
int
(上下架状态2 下架 1上架)示例:0
必填