API第二版文档

API第二版文档


帐变类型

<p><strong>请求方法名:</strong></p> <ul> <li>GetCashFlowType </li> </ul> <p><strong>请求参数:</strong> </p> <ul> <li><code>null</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li> <p>GET </p> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;Status&amp;quot;: true, &amp;quot;Info&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;Data&amp;quot;: { &amp;quot;Income&amp;quot;: [ { &amp;quot;FId&amp;quot;: 1, &amp;quot;Name&amp;quot;: &amp;quot;公司入款&amp;quot; } ], &amp;quot;Expend&amp;quot;: [ { &amp;quot;FId&amp;quot;: 4, &amp;quot;Name&amp;quot;: &amp;quot;出款扣除&amp;quot; } ] }, &amp;quot;Code&amp;quot;: 0 }</code></pre> <p><strong>返回参数说明</strong> </p> </li> </ul> <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;">Expend</td> <td style="text-align: left;">string</td> <td>支出</td> </tr> <tr> <td style="text-align: left;">Income</td> <td style="text-align: left;">string</td> <td>收入</td> </tr> </tbody> </table>

页面列表

ITEM_HTML