轻松教育API

轻松教育API


付款方式列表

<p><strong>简要描述:</strong> </p> <ul> <li>付款方式列表接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/api/payment/offline_payway.html</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <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;">offline_payway</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>付款方式</td> </tr> <tr> <td style="text-align: left;">upt_user</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>操作人</td> </tr> <tr> <td style="text-align: left;">start</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>起始位置 0开始</td> </tr> <tr> <td style="text-align: left;">limit</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>每页数量</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;errcode&amp;quot;: 0, &amp;quot;errmsg&amp;quot;: &amp;quot;查询成功&amp;quot;, &amp;quot;total&amp;quot;: 20, &amp;quot;data&amp;quot;: [{ &amp;quot;pwid&amp;quot;:&amp;quot;2332323&amp;quot;, &amp;quot;pxh&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;offline_payway&amp;quot;: &amp;quot;招商银行232333223&amp;quot;, &amp;quot;offline_memo&amp;quot;: &amp;quot;嘻嘻嘻嘻嘻嘻&amp;quot;, &amp;quot;upt_user&amp;quot;: &amp;quot;张三&amp;quot;, &amp;quot;upt_time&amp;quot;: &amp;quot;2021-12-21 22:21:00&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;">total</td> <td style="text-align: left;">int</td> <td>总记录数</td> </tr> <tr> <td style="text-align: left;">pxh</td> <td style="text-align: left;">int</td> <td>排序号</td> </tr> <tr> <td style="text-align: left;">offline_payway</td> <td style="text-align: left;">string</td> <td>付款方式</td> </tr> <tr> <td style="text-align: left;">offline_memo</td> <td style="text-align: left;">string</td> <td>付款方式 备注</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML