文档
测试

查询活动指定商品

POST
/fullReductionController/getfullCommodityRelevance

请求参数

参数名
类型
描述
必填
isbinding
int
0 查询已绑定 1 查询未绑定 商品 (新增时可不带)
必填
fId
int
活动id (新增时不需要带)
必填
current
int
当前页
必填
size
int
条数
必填
word
String
模糊条件
必填
merchantCategoryId
类型id
必填
rdIds
int[]
排除id
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
total
int
示例:4
必填
current
int
示例:1
必填
code
int
示例:200
必填
size
int
示例:10
必填
productRuleDetailsList
array
数据列表
必填
rdId
int
示例:2 产品id
必填
merchantCategoryId
string
示例:0 分类id
必填
costPrice
int
示例:1 出厂价 进货价(元)
必填
currentPrice
int
示例:1 现价 零售价(元)
必填
inventory
int
示例:84 库存
必填
putAwayType
int
示例:2
必填
fpId
int
示例:4 绑定id (删除绑定时用)
必填
fId
int
示例:1 活动id
必填
memberPrice
会员价
必填
state
boolean
示例:true
必填
page
int
示例:1
必填