API第二版文档

API第二版文档


出款申请

<p><strong>请求方法名:</strong> </p> <ul> <li><code>UpEncashmentApply</code></li> </ul> <p><strong>请求参数:</strong> </p> <ul> <li><code>{&amp;quot;Amount&amp;quot;:&amp;quot;200.00&amp;quot;,&amp;quot;CardID&amp;quot;:&amp;quot;7254&amp;quot;,&amp;quot;Password&amp;quot;:&amp;quot;e10adc3949ba59abbe56e057f20f883e&amp;quot;}</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET/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> </tr> </thead> <tbody> <tr> <td style="text-align: left;">Amount</td> <td style="text-align: left;">decimal</td> <td style="text-align: left;">提现金额</td> </tr> <tr> <td style="text-align: left;">CardID</td> <td style="text-align: left;">int</td> <td style="text-align: left;">银行卡id</td> </tr> <tr> <td style="text-align: left;">Password</td> <td style="text-align: left;">string</td> <td style="text-align: left;">提款密码,md5加密</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;Status&amp;quot;: true, &amp;quot;Info&amp;quot;: &amp;quot;申请提交成功!&amp;quot; } </code></pre>

页面列表

ITEM_HTML