运营后台2.0


智能账单—编辑账单类型—查询可新增字段

<p><strong>简要描述:</strong> </p> <ul> <li>编辑智能账单时,查询可新增的账单字段</li> </ul> <p><strong>权限描述:</strong> </p> <ul> <li>tradeCenter.updateBillType</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/aggplat_mvc/intelligentBillAction/queryEditNonExistentBillTypeFields.do</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST 注: 自测请求参数:smartBillTypeId=D01_1&amp;billType=D01 <strong>参数:</strong> </li> </ul> <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;">smartBillTypeId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>智能账单类型主键ID</td> </tr> <tr> <td style="text-align: left;">billType</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>账单类型</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;respCode&amp;quot;: &amp;quot;success&amp;quot;, &amp;quot;respMsg&amp;quot;: &amp;quot;通讯成功&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;list&amp;quot;: [ { &amp;quot;modelId&amp;quot;: &amp;quot;69&amp;quot;, &amp;quot;billType&amp;quot;: &amp;quot;D01&amp;quot;, &amp;quot;billService&amp;quot;: &amp;quot;CustomDayCountBillRunner&amp;quot;, &amp;quot;billVersion&amp;quot;: &amp;quot;1.0.5&amp;quot;, &amp;quot;headLine&amp;quot;: 17, &amp;quot;remark&amp;quot;: null, &amp;quot;createDate&amp;quot;: 1521545347000, &amp;quot;creator&amp;quot;: &amp;quot;0100&amp;quot;, &amp;quot;fieldsList&amp;quot;: [ { &amp;quot;id&amp;quot;: &amp;quot;c10090301803201929330000270&amp;quot;, &amp;quot;modelId&amp;quot;: null, &amp;quot;dicId&amp;quot;: &amp;quot;6&amp;quot;, &amp;quot;fieldCode&amp;quot;: &amp;quot;TRANS_TYPE&amp;quot;, &amp;quot;fieldName&amp;quot;: &amp;quot;交易类型&amp;quot;, &amp;quot;orderNo&amp;quot;: 5, &amp;quot;amountStatus&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;source&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;createTime&amp;quot;: null, &amp;quot;remark&amp;quot;: null } ] } ] }, &amp;quot;dataObject&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">String</td> <td>唯一主键</td> </tr> <tr> <td style="text-align: left;">fieldName</td> <td style="text-align: left;">String</td> <td>显示名称</td> </tr> <tr> <td style="text-align: left;">fieldIndex</td> <td style="text-align: left;">Integer</td> <td>顺序</td> </tr> </tbody> </table> <p>注:fieldIndex为账单的顺序</p>

页面列表

ITEM_HTML