查询可添加宝贝
POST
/ztc/subways/product/queryItem
请求参数
参数名
类型
描述
必填
type
int
not null,0:全部宝贝,1:已推广宝贝,2:未推广宝贝
必填
cid
long
nullable,类目id
必填
currentCampaignId
long
not null,当前计划id
必填
campaignIds
数组
type=0时nullable,type!=0时not null,选择的计划id,多选
必填
title
string
nullable,按名称搜索
必填
sort
string
nullable,需要排序的字段
必填
sortDesc
string
nullable, desc or asc
必填
成功返回
参数名
类型
描述
必填
status
int
状态码
必填
msg
string
消息
必填
data
object
数据
必填