获取详情
GET
/webtenant/system/clue/rule/getInfo请求参数
无
示例代码
返回响应
OK(200)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
data
object (线索-业务规则出参)
可选
clueCountEnable
boolean
可选
线索数量限制是否启用 true启用 false不启用
clueGetDay
integer <int32>
可选
线索领取限制启用,N天内不能领取
clueGetEnable
boolean
可选
线索领取限制是否启用 true启用 false不启用
clueProtectionDay
integer <int32>
可选
线索保护设置启用,N天内不可进行回收、删除等
clueProtectionEnable
boolean
可选
线索保护设置是否启用 true启用 false不启用
clueUnderWay
boolean
可选
限制待跟进线索数量是否启用 true启用 false不启用
id
integer <int64>
主键ID
productRuleAimList
array[object (ClueRuleAimAo) {5}]
线索转化条件
userRuleAimList
array[object (ClueRuleAimAo) {5}]
线索数量限制
msg
string
可选
traceId
string
可选
示例
{
"code": 0,
"data": {
"clueCountEnable": true,
"clueGetDay": 0,
"clueGetEnable": true,
"clueProtectionDay": 0,
"clueProtectionEnable": true,
"clueUnderWay": true,
"id": 0,
"productRuleAimList": [
{
"aimAt": "string",
"aimAtProductBook": "string",
"count": 0,
"id": 0,
"init": true
}
],
"userRuleAimList": [
{
"aimAt": "string",
"aimAtProductBook": "string",
"count": 0,
"id": 0,
"init": true
}
]
},
"msg": "string",
"traceId": "string"
}
最后修改时间: 11 小时前