获取优惠券已关联或未关联产品
POST
/couponapi/getCouponRelevanceProdect
请求参数
参数名
类型
描述
必填
cId
int
优惠券id
必填
isbinding
int
0未关联 1已关联
必填
size
int
必填
current
int
必填
word
string
商品名称或编号
必填
merchantCategoryId
int
子分类id
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:success
必填
total
int
示例:4
必填
current
int
示例:1
必填
code
int
示例:200
必填
size
int
示例:10
必填
rdId
int
(产品id)示例:592
必填
sName
string
(产品名称)示例:规格名称3
必填
costPrice
int
(成本价)示例:50
必填
currentPrice
int
(现价or零售价)示例:60
必填
memberPrice
int
(会员价)示例:40
必填
inventory
int
(库存)示例:500
必填
barCode
string
示例:条形码3
必填
putAwayType
int
示例:1
必填
sPic
图片
必填
rId
int
优惠券关联id
必填
state
boolean
示例:true
必填
page
int
示例:1
必填