草稿日志详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>草稿日志详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>ruleEngine/ruleConfigLog/getRuleDetail</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </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;">ruleLogId</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,
"data": {
"ruleConditionGroup": [
{
"id": 997,
"conditionGroupId": 1022,
"ruleLogId": 500,
"relation": 1,
"state": "10",
"formula": "",
"missScore": 0,
"deleteFlag": 0,
"ruleCondition": [
{
"id": 3209,
"ruleLogId": 500,
"conditionGroupLogId": 997,
"varType": 4,
"ctable": "arc_dsdata_hulu",
"tableComment": "",
"ccolumn": "in_bank_blacklist",
"columnComment": "是否命中银行黑名单(00:黑名单;10:正常)_葫芦",
"type": "string",
"cvalue": "180",
"ruleIdLeft": 0,
"formula": "include",
"varTypeRight": 1,
"ctableRight": "",
"tableCommentRight": "",
"ccolumnRight": "",
"columnCommentRight": "",
"typeRight": "string",
"cvalueRight": "00",
"ruleIdRight": 0,
"missResult": "10",
"integral": 0,
"state": "10",
"reqExt": "",
"relation": 0,
"resultType": "",
"result": "",
"deleteFlag": 0
}
]
}
],
"ruleEngineDecisionInfo": [],
"ruleOperateInfo": [],
"id": 500,
"name": "(葫芦)是否命中银行黑名单",
"type": "20",
"strategyId": 1,
"ruleId": 36,
"ratio": 0,
"ratioDayCount": 0,
"ruleCode": "",
"isDecision": 0,
"hitType": 1,
"hitResult": "10",
"parentId": 0,
"parentOptType": "",
"configCount": 1,
"reqExt": "",
"sequence": 14,
"state": "10",
"employeeName": null,
"deleteFlag": 0,
"optType": 2
}
}</code></pre>