测试规则报告详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>
<p>测试规则报告详情</p>
</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>ruleEngine/test/report/ruleReportDetail</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;">orderNo</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>订单号</td>
</tr>
<tr>
<td style="text-align: left;">ruleId</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,
"obj": {
"ruleConditionGroup": [
{
"id": 2957,
"conditionGroupId": 2909,
"ruleLogId": 1678,
"relation": 1,
"state": "10",
"formula": "",
"missScore": 0,
"deleteFlag": 0,
"ruleCondition": [
{
"id": 7851,
"ruleLogId": 1678,
"conditionGroupLogId": 2957,
"varType": 4,
"ctable": "arc_user_detail",
"tableComment": "",
"ccolumn": "first_borrow_dev_type",
"columnComment": "首次借钱设备类型[0:ios/1:android]",
"type": "string",
"cvalue": "603",
"ruleIdLeft": 0,
"formula": "include",
"varTypeRight": 1,
"ctableRight": "",
"tableCommentRight": "",
"ccolumnRight": "",
"columnCommentRight": "",
"typeRight": "string",
"cvalueRight": "0",
"ruleIdRight": 0,
"missResult": "10",
"integral": 0,
"state": "10",
"reqExt": "",
"relation": 0,
"resultType": "",
"result": "",
"deleteFlag": 0
}
]
}
],
"ruleEngineDecisionInfo": [],
"ruleOperateInfo": [],
"id": 1678,
"name": "首次借钱设备类型为IOS",
"type": "10",
"strategyId": 22,
"ruleId": 1011,
"ratio": 0,
"ratioDayCount": 0,
"ruleCode": "",
"isDecision": 0,
"hitType": 1,
"hitResult": "0",
"parentId": 0,
"parentOptType": "",
"configCount": 0,
"reqExt": "",
"sequence": 21,
"state": "10",
"employeeName": null,
"deleteFlag": 0,
"optType": 1
},
"list": [
{
"result": "0",
"columnComment": "首次借钱设备类型[0:ios/1:android]",
"valueLeft": "0",
"columnCommentRight": "",
"valueRight": "0",
"score": 0,
"isHit": "Y",
"ctable": "arc_user_detail",
"ccolumn": "first_borrow_dev_type",
"formula": "include"
}
],
"ruleOperateResultList": []
}</code></pre>