获取单个单元详细信息
POST
/wenba/sem/unit/queryById
接口描述
通过计划id查询计划详细信息
请求参数
参数名
类型
描述
必填
id
int
单元id
必填
响应参数
参数名
类型
描述
必填
code
int
1成功 0失败
必填
msg
String
说明
必填
id
Integer
单元id
必填
unitId
Long
单元id(平台)
必填
unitName
String
单元名称
必填
planId
Integer
计划id
必填
planRealId
Long
计划id(平台)
必填
planName
String
计划名称
必填
unitCode
Long
计划编号
必填
advertisterId
long
用户id
必填
advertisterName
String
账户名
必填
maxPrice
double
单元最高出价
必填
negativeWords
String[]
否定关键词
必填
exactNegativeWords
String[]
精确否定关键词
必填
platformType
int
平台类型
必填
pause
int
暂停/继续
必填
createdDate
Date
创建时间
必填
updateDate
Date
修改时间
必填
otherField
String
高级设置中的字段
必填