fkxt

fkxt


新增/编辑

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>新增/编辑接口</li> </ul> <h5>新增请求URL</h5> <ul> <li>POST </li> <li><code>http://localhost/dev/strategy/collection</code></li> </ul> <h5>编辑请求URL</h5> <ul> <li>PUT</li> <li><code>http://localhost/dev/strategy/collection</code></li> </ul> <h5>参数</h5> <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;">ruleCollectionName</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>规则集名称</td> </tr> <tr> <td style="text-align: left;">ruleCollectionStatus</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>状态 ENABLE</td> </tr> <tr> <td style="text-align: left;">remarks</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>备注</td> </tr> <tr> <td style="text-align: left;">ruleGroupCodes</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>规则组编码英文逗号分割</td> </tr> <tr> <td style="text-align: left;">calculateType</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>计算类型 MAX\SUM</td> </tr> <tr> <td style="text-align: left;">riskCollScores</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Object</td> <td>昵称</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { &amp;quot;ruleCollectionName&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;ruleCollectionStatus&amp;quot;: &amp;quot;ENABLE&amp;quot;, &amp;quot;remarks&amp;quot;: null, &amp;quot;ruleGroupCodes&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;calculateType&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;riskCollScores&amp;quot;: [{ &amp;quot;excuteActionList&amp;quot;: [&amp;quot;customerCloseByCustomerService&amp;quot;], &amp;quot;collectionScoreMin&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;collectionScoreMax&amp;quot;: &amp;quot;12&amp;quot;, &amp;quot;returnCode&amp;quot;:&amp;quot;KY&amp;quot; }] }</code></pre> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML