20、代理: 下级转账
<ul>
<li>下级转账</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://api.com/api/agent/transfer</code> <code>验证码类型 CREATE_TRANSFER</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</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;">subName</td>
<td style="text-align: left;">Y</td>
<td style="text-align: left;">string</td>
<td>下级用户名</td>
</tr>
<tr>
<td style="text-align: left;">currency</td>
<td style="text-align: left;">Y</td>
<td style="text-align: left;">string</td>
<td>币种</td>
</tr>
<tr>
<td style="text-align: left;">money</td>
<td style="text-align: left;">Y</td>
<td style="text-align: left;">numer</td>
<td>金额</td>
</tr>
<tr>
<td style="text-align: left;">password</td>
<td style="text-align: left;">Y</td>
<td style="text-align: left;">string</td>
<td>资金密码</td>
</tr>
<tr>
<td style="text-align: left;">email</td>
<td style="text-align: left;">Y</td>
<td style="text-align: left;">string</td>
<td>验证邮箱</td>
</tr>
<tr>
<td style="text-align: left;">phone</td>
<td style="text-align: left;">Y</td>
<td style="text-align: left;">string</td>
<td>验证手机</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;&quot;,
&quot;data&quot;: {}
}</code></pre>
<ul>
<li>下级转账记录</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://api.com/api/agent/transfer-list</code> </li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</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;">page</td>
<td style="text-align: left;">N</td>
<td style="text-align: left;">int</td>
<td>页码</td>
</tr>
<tr>
<td style="text-align: left;">rows</td>
<td style="text-align: left;">N</td>
<td style="text-align: left;">int</td>
<td>每页大小</td>
</tr>
<tr>
<td style="text-align: left;">transferType</td>
<td style="text-align: left;">Y</td>
<td style="text-align: left;">int</td>
<td>转账类型 : 1 -上级转入 2- 下级转出</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;total&quot;: &quot;14&quot;,
&quot;code&quot;: 200,
&quot;data&quot;: [
{
&quot;address&quot;: &quot;061602&quot;,
&quot;addressTag&quot;: null,
&quot;admin&quot;: null,
&quot;adminName&quot;: null,
&quot;assetType&quot;: 1,
&quot;bankCard&quot;: &quot;061602&quot;,
&quot;brand&quot;: null,
&quot;chain&quot;: null,
&quot;channel&quot;: null,
&quot;charge&quot;: 0,
&quot;createTime&quot;: 1686893790000,
&quot;currency&quot;: &quot;USDT&quot;,
&quot;detail&quot;: &quot;代理转账&quot;,
&quot;device&quot;: null,
&quot;digital&quot;: true,
&quot;explain&quot;: &quot;代理转账取出&quot;,
&quot;exrate&quot;: 1,
&quot;finishTime&quot;: 1687165342000,
&quot;handleTime&quot;: 1687165342000,
&quot;id&quot;: &quot;876459338624286720&quot;,
&quot;idStr&quot;: &quot;876459338624286720&quot;,
&quot;money&quot;: 11,
&quot;payNumber&quot;: &quot;&quot;,
&quot;payOrder&quot;: &quot;&quot;,
&quot;price&quot;: 1,
&quot;realname&quot;: null,
&quot;remark&quot;: &quot;(arthur)&quot;,
&quot;source&quot;: null,
&quot;srcCurrency&quot;: &quot;USDT&quot;,
&quot;srcMoney&quot;: 11,
&quot;status&quot;: 1,
&quot;statusDesc&quot;: null,
&quot;txid&quot;: null,
&quot;type&quot;: 200,
&quot;typeDesc&quot;: &quot;资金取出&quot;,
&quot;userId&quot;: &quot;749956119120347136&quot;,
&quot;userType&quot;: 1,
&quot;userTypeDesc&quot;: &quot;普通用户&quot;,
&quot;username&quot;: null,
&quot;wFeeEnable&quot;: true,
&quot;white&quot;: false
},
{
&quot;address&quot;: &quot;061601&quot;,
&quot;addressTag&quot;: null,
&quot;admin&quot;: null,
&quot;adminName&quot;: null,
&quot;assetType&quot;: 1,
&quot;bankCard&quot;: &quot;061601&quot;,
&quot;brand&quot;: null,
&quot;chain&quot;: null,
&quot;channel&quot;: null,
&quot;charge&quot;: 0,
&quot;createTime&quot;: 1686888085000,
&quot;currency&quot;: &quot;USDT&quot;,
&quot;detail&quot;: &quot;代理转账&quot;,
&quot;device&quot;: null,
&quot;digital&quot;: true,
&quot;explain&quot;: &quot;代理转账取出&quot;,
&quot;exrate&quot;: 1,
&quot;finishTime&quot;: 1686888145000,
&quot;handleTime&quot;: 1686888145000,
&quot;id&quot;: &quot;876435409054613504&quot;,
&quot;idStr&quot;: &quot;876435409054613504&quot;,
&quot;money&quot;: 15,
&quot;payNumber&quot;: &quot;&quot;,
&quot;payOrder&quot;: &quot;&quot;,
&quot;price&quot;: 1,
&quot;realname&quot;: null,
&quot;remark&quot;: &quot;(arthur)&quot;,
&quot;source&quot;: null,
&quot;srcCurrency&quot;: &quot;USDT&quot;,
&quot;srcMoney&quot;: 15,
&quot;status&quot;: 1,
&quot;statusDesc&quot;: null,
&quot;txid&quot;: null,
&quot;type&quot;: 200,
&quot;typeDesc&quot;: &quot;资金取出&quot;,
&quot;userId&quot;: &quot;749956119120347136&quot;,
&quot;userType&quot;: 1,
&quot;userTypeDesc&quot;: &quot;普通用户&quot;,
&quot;username&quot;: null,
&quot;wFeeEnable&quot;: true,
&quot;white&quot;: false
},
{
&quot;address&quot;: &quot;061601&quot;,
&quot;addressTag&quot;: null,
&quot;admin&quot;: null,
&quot;adminName&quot;: null,
&quot;assetType&quot;: 1,
&quot;bankCard&quot;: &quot;061601&quot;,
&quot;brand&quot;: null,
&quot;chain&quot;: null,
&quot;channel&quot;: null,
&quot;charge&quot;: 0,
&quot;createTime&quot;: 1686888032000,
&quot;currency&quot;: &quot;USDT&quot;,
&quot;detail&quot;: &quot;代理转账&quot;,
&quot;device&quot;: null,
&quot;digital&quot;: true,
&quot;explain&quot;: &quot;代理转账取出&quot;,
&quot;exrate&quot;: 1,
&quot;finishTime&quot;: 1686888032000,
&quot;handleTime&quot;: 1686888032000,
&quot;id&quot;: &quot;876435185993138176&quot;,
&quot;idStr&quot;: &quot;876435185993138176&quot;,
&quot;money&quot;: 13,
&quot;payNumber&quot;: &quot;&quot;,
&quot;payOrder&quot;: &quot;&quot;,
&quot;price&quot;: 1,
&quot;realname&quot;: null,
&quot;remark&quot;: &quot;&quot;,
&quot;source&quot;: null,
&quot;srcCurrency&quot;: &quot;USDT&quot;,
&quot;srcMoney&quot;: 13,
&quot;status&quot;: 0,
&quot;statusDesc&quot;: null,
&quot;txid&quot;: null,
&quot;type&quot;: 200,
&quot;typeDesc&quot;: &quot;资金取出&quot;,
&quot;userId&quot;: &quot;749956119120347136&quot;,
&quot;userType&quot;: 1,
&quot;userTypeDesc&quot;: &quot;普通用户&quot;,
&quot;username&quot;: null,
&quot;wFeeEnable&quot;: true,
&quot;white&quot;: false
},
{
&quot;address&quot;: &quot;061601&quot;,
&quot;addressTag&quot;: null,
&quot;admin&quot;: null,
&quot;adminName&quot;: null,
&quot;assetType&quot;: 1,
&quot;bankCard&quot;: &quot;061601&quot;,
&quot;brand&quot;: null,
&quot;chain&quot;: null,
&quot;channel&quot;: null,
&quot;charge&quot;: 0,
&quot;createTime&quot;: 1686887991000,
&quot;currency&quot;: &quot;USDT&quot;,
&quot;detail&quot;: &quot;代理转账&quot;,
&quot;device&quot;: null,
&quot;digital&quot;: true,
&quot;explain&quot;: &quot;代理转账取出&quot;,
&quot;exrate&quot;: 1,
&quot;finishTime&quot;: 1686887991000,
&quot;handleTime&quot;: 1686887991000,
&quot;id&quot;: &quot;876435014127337472&quot;,
&quot;idStr&quot;: &quot;876435014127337472&quot;,
&quot;money&quot;: 12,
&quot;payNumber&quot;: &quot;&quot;,
&quot;payOrder&quot;: &quot;&quot;,
&quot;price&quot;: 1,
&quot;realname&quot;: null,
&quot;remark&quot;: &quot;&quot;,
&quot;source&quot;: null,
&quot;srcCurrency&quot;: &quot;USDT&quot;,
&quot;srcMoney&quot;: 12,
&quot;status&quot;: 0,
&quot;statusDesc&quot;: null,
&quot;txid&quot;: null,
&quot;type&quot;: 200,
&quot;typeDesc&quot;: &quot;资金取出&quot;,
&quot;userId&quot;: &quot;749956119120347136&quot;,
&quot;userType&quot;: 1,
&quot;userTypeDesc&quot;: &quot;普通用户&quot;,
&quot;username&quot;: null,
&quot;wFeeEnable&quot;: true,
&quot;white&quot;: false
},
{
&quot;address&quot;: &quot;061601&quot;,
&quot;addressTag&quot;: null,
&quot;admin&quot;: null,
&quot;adminName&quot;: null,
&quot;assetType&quot;: 1,
&quot;bankCard&quot;: &quot;061601&quot;,
&quot;brand&quot;: null,
&quot;chain&quot;: null,
&quot;channel&quot;: null,
&quot;charge&quot;: 0,
&quot;createTime&quot;: 1686887925000,
&quot;currency&quot;: &quot;USDT&quot;,
&quot;detail&quot;: &quot;代理转账&quot;,
&quot;device&quot;: null,
&quot;digital&quot;: true,
&quot;explain&quot;: &quot;代理转账取出&quot;,
&quot;exrate&quot;: 1,
&quot;finishTime&quot;: 1686887925000,
&quot;handleTime&quot;: 1686887925000,
&quot;id&quot;: &quot;876434739228459008&quot;,
&quot;idStr&quot;: &quot;876434739228459008&quot;,
&quot;money&quot;: 11,
&quot;payNumber&quot;: &quot;&quot;,
&quot;payOrder&quot;: &quot;&quot;,
&quot;price&quot;: 1,
&quot;realname&quot;: null,
&quot;remark&quot;: &quot;&quot;,
&quot;source&quot;: null,
&quot;srcCurrency&quot;: &quot;USDT&quot;,
&quot;srcMoney&quot;: 11,
&quot;status&quot;: 0,
&quot;statusDesc&quot;: null,
&quot;txid&quot;: null,
&quot;type&quot;: 200,
&quot;typeDesc&quot;: &quot;资金取出&quot;,
&quot;userId&quot;: &quot;749956119120347136&quot;,
&quot;userType&quot;: 1,
&quot;userTypeDesc&quot;: &quot;普通用户&quot;,
&quot;username&quot;: null,
&quot;wFeeEnable&quot;: true,
&quot;white&quot;: false
},
{
&quot;address&quot;: &quot;061601&quot;,
&quot;addressTag&quot;: null,
&quot;admin&quot;: null,
&quot;adminName&quot;: null,
&quot;assetType&quot;: 1,
&quot;bankCard&quot;: &quot;061601&quot;,
&quot;brand&quot;: null,
&quot;chain&quot;: null,
&quot;channel&quot;: null,
&quot;charge&quot;: 0,
&quot;createTime&quot;: 1686887516000,
&quot;currency&quot;: &quot;USDT&quot;,
&quot;detail&quot;: &quot;代理转账&quot;,
&quot;device&quot;: null,
&quot;digital&quot;: true,
&quot;explain&quot;: &quot;代理转账取出&quot;,
&quot;exrate&quot;: 1,
&quot;finishTime&quot;: 1686887532000,
&quot;handleTime&quot;: 1686887532000,
&quot;id&quot;: &quot;876433022105567232&quot;,
&quot;idStr&quot;: &quot;876433022105567232&quot;,
&quot;money&quot;: 20,
&quot;payNumber&quot;: &quot;&quot;,
&quot;payOrder&quot;: &quot;&quot;,
&quot;price&quot;: 1,
&quot;realname&quot;: null,
&quot;remark&quot;: &quot;(arthur)&quot;,
&quot;source&quot;: null,
&quot;srcCurrency&quot;: &quot;USDT&quot;,
&quot;srcMoney&quot;: 20,
&quot;status&quot;: 1,
&quot;statusDesc&quot;: null,
&quot;txid&quot;: null,
&quot;type&quot;: 200,
&quot;typeDesc&quot;: &quot;资金取出&quot;,
&quot;userId&quot;: &quot;749956119120347136&quot;,
&quot;userType&quot;: 1,
&quot;userTypeDesc&quot;: &quot;普通用户&quot;,
&quot;username&quot;: null,
&quot;wFeeEnable&quot;: true,
&quot;white&quot;: false
},
{
&quot;address&quot;: &quot;061601&quot;,
&quot;addressTag&quot;: null,
&quot;admin&quot;: null,
&quot;adminName&quot;: null,
&quot;assetType&quot;: 1,
&quot;bankCard&quot;: &quot;061601&quot;,
&quot;brand&quot;: null,
&quot;chain&quot;: null,
&quot;channel&quot;: null,
&quot;charge&quot;: 0,
&quot;createTime&quot;: 1686887377000,
&quot;currency&quot;: &quot;USDT&quot;,
&quot;detail&quot;: &quot;代理转账&quot;,
&quot;device&quot;: null,
&quot;digital&quot;: true,
&quot;explain&quot;: &quot;代理转账取出&quot;,
&quot;exrate&quot;: 1,
&quot;finishTime&quot;: 1686887446000,
&quot;handleTime&quot;: 1686887446000,
&quot;id&quot;: &quot;876432440913444864&quot;,
&quot;idStr&quot;: &quot;876432440913444864&quot;,
&quot;money&quot;: 22,
&quot;payNumber&quot;: &quot;&quot;,
&quot;payOrder&quot;: &quot;&quot;,
&quot;price&quot;: 1,
&quot;realname&quot;: null,
&quot;remark&quot;: &quot;(arthur)&quot;,
&quot;source&quot;: null,
&quot;srcCurrency&quot;: &quot;USDT&quot;,
&quot;srcMoney&quot;: 22,
&quot;status&quot;: 1,
&quot;statusDesc&quot;: null,
&quot;txid&quot;: null,
&quot;type&quot;: 200,
&quot;typeDesc&quot;: &quot;资金取出&quot;,
&quot;userId&quot;: &quot;749956119120347136&quot;,
&quot;userType&quot;: 1,
&quot;userTypeDesc&quot;: &quot;普通用户&quot;,
&quot;username&quot;: null,
&quot;wFeeEnable&quot;: true,
&quot;white&quot;: false
},
{
&quot;address&quot;: &quot;061601&quot;,
&quot;addressTag&quot;: null,
&quot;admin&quot;: null,
&quot;adminName&quot;: null,
&quot;assetType&quot;: 1,
&quot;bankCard&quot;: &quot;061601&quot;,
&quot;brand&quot;: null,
&quot;chain&quot;: null,
&quot;channel&quot;: null,
&quot;charge&quot;: 0,
&quot;createTime&quot;: 1686887263000,
&quot;currency&quot;: &quot;USDT&quot;,
&quot;detail&quot;: &quot;代理转账&quot;,
&quot;device&quot;: null,
&quot;digital&quot;: true,
&quot;explain&quot;: &quot;代理转账取出&quot;,
&quot;exrate&quot;: 1,
&quot;finishTime&quot;: 1686887299000,
&quot;handleTime&quot;: 1686887299000,
&quot;id&quot;: &quot;876431963643592704&quot;,
&quot;idStr&quot;: &quot;876431963643592704&quot;,
&quot;money&quot;: 13,
&quot;payNumber&quot;: &quot;&quot;,
&quot;payOrder&quot;: &quot;&quot;,
&quot;price&quot;: 1,
&quot;realname&quot;: null,
&quot;remark&quot;: &quot;Test(arthur)&quot;,
&quot;source&quot;: null,
&quot;srcCurrency&quot;: &quot;USDT&quot;,
&quot;srcMoney&quot;: 13,
&quot;status&quot;: 6,
&quot;statusDesc&quot;: null,
&quot;txid&quot;: null,
&quot;type&quot;: 200,
&quot;typeDesc&quot;: &quot;资金取出&quot;,
&quot;userId&quot;: &quot;749956119120347136&quot;,
&quot;userType&quot;: 1,
&quot;userTypeDesc&quot;: &quot;普通用户&quot;,
&quot;username&quot;: null,
&quot;wFeeEnable&quot;: true,
&quot;white&quot;: false
},
{
&quot;address&quot;: &quot;061601&quot;,
&quot;addressTag&quot;: null,
&quot;admin&quot;: null,
&quot;adminName&quot;: null,
&quot;assetType&quot;: 1,
&quot;bankCard&quot;: &quot;061601&quot;,
&quot;brand&quot;: null,
&quot;chain&quot;: null,
&quot;channel&quot;: null,
&quot;charge&quot;: 0,
&quot;createTime&quot;: 1686887188000,
&quot;currency&quot;: &quot;USDT&quot;,
&quot;detail&quot;: &quot;代理转账&quot;,
&quot;device&quot;: null,
&quot;digital&quot;: true,
&quot;explain&quot;: &quot;代理转账取出&quot;,
&quot;exrate&quot;: 1,
&quot;finishTime&quot;: 1686887212000,
&quot;handleTime&quot;: 1686887212000,
&quot;id&quot;: &quot;876431646864588800&quot;,
&quot;idStr&quot;: &quot;876431646864588800&quot;,
&quot;money&quot;: 12,
&quot;payNumber&quot;: &quot;&quot;,
&quot;payOrder&quot;: &quot;&quot;,
&quot;price&quot;: 1,
&quot;realname&quot;: null,
&quot;remark&quot;: &quot;(arthur)&quot;,
&quot;source&quot;: null,
&quot;srcCurrency&quot;: &quot;USDT&quot;,
&quot;srcMoney&quot;: 12,
&quot;status&quot;: 1,
&quot;statusDesc&quot;: null,
&quot;txid&quot;: null,
&quot;type&quot;: 200,
&quot;typeDesc&quot;: &quot;资金取出&quot;,
&quot;userId&quot;: &quot;749956119120347136&quot;,
&quot;userType&quot;: 1,
&quot;userTypeDesc&quot;: &quot;普通用户&quot;,
&quot;username&quot;: null,
&quot;wFeeEnable&quot;: true,
&quot;white&quot;: false
},
{
&quot;address&quot;: &quot;061601&quot;,
&quot;addressTag&quot;: null,
&quot;admin&quot;: null,
&quot;adminName&quot;: null,
&quot;assetType&quot;: 1,
&quot;bankCard&quot;: &quot;061601&quot;,
&quot;brand&quot;: null,
&quot;chain&quot;: null,
&quot;channel&quot;: null,
&quot;charge&quot;: 0,
&quot;createTime&quot;: 1686886840000,
&quot;currency&quot;: &quot;USDT&quot;,
&quot;detail&quot;: &quot;代理转账&quot;,
&quot;device&quot;: null,
&quot;digital&quot;: true,
&quot;explain&quot;: &quot;代理转账取出&quot;,
&quot;exrate&quot;: 1,
&quot;finishTime&quot;: 1686886888000,
&quot;handleTime&quot;: 1686886888000,
&quot;id&quot;: &quot;876430189285228544&quot;,
&quot;idStr&quot;: &quot;876430189285228544&quot;,
&quot;money&quot;: 11,
&quot;payNumber&quot;: &quot;&quot;,
&quot;payOrder&quot;: &quot;&quot;,
&quot;price&quot;: 1,
&quot;realname&quot;: null,
&quot;remark&quot;: &quot;(arthur)&quot;,
&quot;source&quot;: null,
&quot;srcCurrency&quot;: &quot;USDT&quot;,
&quot;srcMoney&quot;: 11,
&quot;status&quot;: 1,
&quot;statusDesc&quot;: null,
&quot;txid&quot;: null,
&quot;type&quot;: 200,
&quot;typeDesc&quot;: &quot;资金取出&quot;,
&quot;userId&quot;: &quot;749956119120347136&quot;,
&quot;userType&quot;: 1,
&quot;userTypeDesc&quot;: &quot;普通用户&quot;,
&quot;username&quot;: null,
&quot;wFeeEnable&quot;: true,
&quot;white&quot;: false
}
],
&quot;size&quot;: 10,
&quot;page&quot;: 1,
&quot;message&quot;: &quot;&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;">type</td>
<td style="text-align: left;">int</td>
<td>100 存入 , 200 取出</td>
</tr>
<tr>
<td style="text-align: left;">money</td>
<td style="text-align: left;">number</td>
<td>存入金额/取出金额</td>
</tr>
<tr>
<td style="text-align: left;">currency</td>
<td style="text-align: left;">string</td>
<td>存入/取出币种</td>
</tr>
<tr>
<td style="text-align: left;">address</td>
<td style="text-align: left;">string</td>
<td>100 存入 (转账上级用户 ) 、200 取出 (转账下级用户)</td>
</tr>
<tr>
<td style="text-align: left;">createTime</td>
<td style="text-align: left;">string</td>
<td>转账时间</td>
</tr>
<tr>
<td style="text-align: left;">remark</td>
<td style="text-align: left;">string</td>
<td>审核说明</td>
</tr>
<tr>
<td style="text-align: left;">status</td>
<td style="text-align: left;">int</td>
<td>0-审核中、1-已通过、2-未通过</td>
</tr>
</tbody>
</table>