34、跟单: 交易员 - 设置跟单方式
<ul>
<li>交易员 - 设置跟单方式</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://api.com/api/follow/trader/update-followType</code> </li>
<li>我的跟随设定获取: 交易员详情接口取followType</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;">followType</td>
<td style="text-align: left;">Y</td>
<td style="text-align: left;">int</td>
<td>跟单方式:0-团队跟随;1-社区跟随</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;&quot;
}</code></pre>