运营后台2.0


查询打款状态枚举接口

<p><strong>简要描述:</strong> </p> <ul> <li>查询打款状态接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/settle/settleBillsWsbankAction/payStatusType.do</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li> <p>POST | GET</p> <p><strong>返回示例</strong></p> </li> </ul> <pre><code>{ &amp;quot;head&amp;quot;:{ &amp;quot;rd&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;rm&amp;quot;: &amp;quot;交易成功&amp;quot; }, &amp;quot;body&amp;quot;:[ { &amp;quot;id&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;初始化&amp;quot; }, { &amp;quot;id&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;发起打款&amp;quot; }, { &amp;quot;id&amp;quot;: &amp;quot;2&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;打款成功&amp;quot; }, { &amp;quot;id&amp;quot;: &amp;quot;3&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;打款失败&amp;quot; }, { &amp;quot;id&amp;quot;: &amp;quot;5&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;取消打款&amp;quot; } ] }</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;">name</td> <td style="text-align: left;">String</td> <td>名称</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML