查询提现状态
<p><strong>请求方法名:</strong> </p>
<ul>
<li><code>GetWithdrawProcess</code></li>
</ul>
<p><strong>请求参数:</strong> </p>
<ul>
<li><code>{&quot;OrderId&quot;:&quot;20180255788&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;">OrderId</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">订单id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;Status&quot;: true,
&quot;Info&quot;: &quot;申请提交成功!&quot;
&quot;Data&quot;:&quot;订单实体json&quot;
}
</code></pre>