获取跟单我的关注
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取跟单交易员列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://doge-test-api.2travel.vip//follow/favorite/list</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;msg&quot;: null,
&quot;data&quot;: {
&quot;records&quot;: [
{
&quot;id&quot;: 2395,
&quot;memberId&quot;: 804921,
&quot;nickname&quot;: &quot;哇塞交易员&quot;,
&quot;avatar&quot;: &quot;http://xinjiapo-74.oss-ap-southeast-1.aliyuncs.com/640181ee-b144-42f4-8cf4-92d961d15fa9.png&quot;,
&quot;traderLevelId&quot;: 3,
&quot;levelName&quot;: &quot;特级&quot;,
&quot;description&quot;: null,
&quot;registerDays&quot;: null,
&quot;tags&quot;: [
&quot;稳健型&quot;,
&quot;策略单&quot;,
&quot;长线&quot;,
&quot;低杠杆&quot;
],
&quot;dayYield14&quot;: &quot;-0.02884397&quot;,
&quot;winRate14&quot;: &quot;0E-8&quot;,
&quot;balance&quot;: &quot;0E-10&quot;,
&quot;profitAmount&quot;: &quot;-11.6833145000&quot;,
&quot;followAmount&quot;: &quot;7387.2138714000&quot;,
&quot;followCustomer&quot;: 1,
&quot;orderDeal14&quot;: null,
&quot;retractionRate14&quot;: null,
&quot;tradingDays&quot;: 3,
&quot;profitDays&quot;: null,
&quot;dayYield30&quot;: null,
&quot;currentMonthFollow&quot;: null,
&quot;maxFollow&quot;: 2000,
&quot;following&quot;: null,
&quot;isFollow&quot;: 0,
&quot;isFavorite&quot;: null,
&quot;yield14List&quot;: [
{
&quot;dateTime&quot;: &quot;2024-06-11 00:00:00&quot;,
&quot;dayYield14&quot;: &quot;-0.02884397&quot;
},
{
&quot;dateTime&quot;: &quot;2024-06-10 00:00:00&quot;,
&quot;dayYield14&quot;: &quot;-0.01835779&quot;
},
{
&quot;dateTime&quot;: &quot;2024-06-09 00:00:00&quot;,
&quot;dayYield14&quot;: &quot;-0.01835779&quot;
},
{
&quot;dateTime&quot;: &quot;2024-06-08 00:00:00&quot;,
&quot;dayYield14&quot;: &quot;-0.01835779&quot;
},
{
&quot;dateTime&quot;: &quot;2024-06-07 00:00:00&quot;,
&quot;dayYield14&quot;: &quot;-0.00965941&quot;
},
{
&quot;dateTime&quot;: &quot;2024-06-06 00:00:00&quot;,
&quot;dayYield14&quot;: &quot;-0.00965941&quot;
},
{
&quot;dateTime&quot;: &quot;2024-06-05 00:00:00&quot;,
&quot;dayYield14&quot;: &quot;-0.00965941&quot;
},
{
&quot;dateTime&quot;: &quot;2024-06-04 00:00:00&quot;,
&quot;dayYield14&quot;: &quot;-0.00965941&quot;
},
{
&quot;dateTime&quot;: &quot;2024-06-03 00:00:00&quot;,
&quot;dayYield14&quot;: &quot;0.00869838&quot;
},
{
&quot;dateTime&quot;: &quot;2024-06-02 00:00:00&quot;,
&quot;dayYield14&quot;: &quot;0.00869838&quot;
},
{
&quot;dateTime&quot;: &quot;2024-06-01 00:00:00&quot;,
&quot;dayYield14&quot;: &quot;0.00869838&quot;
},
{
&quot;dateTime&quot;: &quot;2024-05-31 00:00:00&quot;,
&quot;dayYield14&quot;: &quot;0.00869838&quot;
},
{
&quot;dateTime&quot;: &quot;2024-05-30 00:00:00&quot;,
&quot;dayYield14&quot;: &quot;0.00869838&quot;
},
{
&quot;dateTime&quot;: &quot;2024-05-29 00:00:00&quot;,
&quot;dayYield14&quot;: &quot;0.00869838&quot;
}
],
&quot;followBalance&quot;: null,
&quot;currentClearedProfit&quot;: null,
&quot;totalFollowProfit&quot;: null,
&quot;moneyStrength&quot;: &quot;≥5K&quot;,
&quot;specialTrader&quot;: true,
&quot;teamProfit14&quot;: null,
&quot;teamProfit14String&quot;: &quot;&lt;1K&quot;,
&quot;profitAmountString&quot;: &quot;&lt;1K&quot;,
&quot;followAmountString&quot;: &quot;&lt;10K&quot;,
&quot;minFollowAmount&quot;: 2000,
&quot;defaultFollowCustomer&quot;: null,
&quot;defaultRegisterDays&quot;: null
},
],
&quot;total&quot;: 3,
&quot;size&quot;: 100,
&quot;current&quot;: 1,
&quot;searchCount&quot;: true,
&quot;pages&quot;: 1
}
}</code></pre>
<h5>返回参数说明</h5>
<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;">minFollowAmount</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">long</td>
<td>最小跟单金额</td>
</tr>
<tr>
<td style="text-align: left;">maxFollow</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>最大跟随人数</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>