运营后台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/queryEditExistentBillTypeFields.do</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST 注: 自测请求参数:smartBillTypeId=D01_1 <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> </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;id&amp;quot;: &amp;quot;2&amp;quot;, &amp;quot;transTypeStatus&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;formatStatus&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;amountStatus&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;source&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;fieldProperty&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;orgField&amp;quot;: null, &amp;quot;deprivedStatus&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;fieldIndex&amp;quot;: 1, &amp;quot;fieldCode&amp;quot;: &amp;quot;TRANS_DATE&amp;quot;, &amp;quot;tableModel&amp;quot;: &amp;quot;BILL_TRANS_MART&amp;quot;, &amp;quot;fieldName&amp;quot;: &amp;quot;交易时间&amp;quot; } ] }, &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