用户提现(3.0)
<p>欢迎使用ShowDoc!<strong>作者:</strong> </p>
<ul>
<li>冯凯</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/xtwl_universal_interface/cmd</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;">amount</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>提现金额</td>
</tr>
<tr>
<td style="text-align: left;">drawType</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">integer</td>
<td>提现类型,1-淘宝拼多多业务提现,2-本地业务提现</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code> {
"version": "1.0",
"modular":"pay",
"requestname":"userWithdrawToAliPay",
"param": {
"authKey": "0",
"userKey": "0",
"timeStamp": "3423452353454",
"secretKey": "加密后的秘钥串" ,
"uuid": "java的uuid",
"dtype": "2",
"amount": "1"
}
}</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"resultCode": "0",
"resultDesc": "提现成功"
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>