草稿列表查询接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>草稿列表查询接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>ruleEngine/ruleDraft/list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">strategyId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Long</td>
<td>策略id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "success",
"code": 0,
"list": [
{
"scene": "151057",
"isTrue": "Y",
"id": null, // 草稿id
"ruleId":6415, //规则id
"ruleLogId": 100, // 规则日志id
"name": "[my钱包白领贷_社交审核场景]]同盾建议结果",
"type": "20",
"strategyId": 560,
"ruleLogId": 12230,
"ratio": 0,
"ratioDayCount": 0,
"ruleCode": "",
"isDecision": 0,
"hitType": 1,
"hitResult": "30",
"parentId": 0,
"parentOptType": "",
"configCount": 1,
"sequence": 40,
"reqExt": "",
"state": "99",
"deleteFlag": 0,
"reviewState": "1", // 审核状态,0:未审核,1:审核通过,2:审核不通过,3:已撤回,4:已上线
"reviewUser": 110, // 审核人
"updateTime": "", // 审核时间
"draftOptName": "审核通过", // 草稿操作名
"optTypeName": "新建规则" // 规则操作类型名
},
{
"scene": "151057",
"isTrue": "Y",
"id": 12345, //草稿id
"ruleId":6417, // 规则id
"ruleLogId": 100, // 规则日志id
"name": "[my钱包白领贷_社交审核场景]]联系人数量",
"type": "20",
"strategyId": 560,
"ruleLogId": 12232,
"ratio": 0,
"ratioDayCount": 0,
"ruleCode": "",
"isDecision": 0,
"hitType": 1,
"hitResult": "30",
"parentId": 0,
"parentOptType": "",
"configCount": 3,
"sequence": 37,
"reqExt": "",
"state": "10",
"deleteFlag": 0,
"reviewState": "1", // 审核状态,0:未审核,1:审核通过,2:审核不通过,3:已撤回,4:已上线
"reviewUser": 110, // 审核人
"updateTime": "", // 审核时间
"draftOptName": "审核通过", // 草稿操作名
"optTypeName": "新建规则" // 规则操作类型名
}
]
}</code></pre>