交易大师评论列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>交易大师评论列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/follow/traderComments/list</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<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;">pageNo</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>第几页</td>
</tr>
<tr>
<td style="text-align: left;">pageSize</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>每页数量</td>
</tr>
<tr>
<td style="text-align: left;">traderId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>交易大师id</td>
</tr>
<tr>
<td style="text-align: left;">parentId</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>评论id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 0,
&quot;msg&quot;: null,
&quot;data&quot;: {
&quot;data&quot;: [
{
&quot;id&quot;: 3,
&quot;traderId&quot;: 801379,
&quot;memberId&quot;: 804941,
&quot;commentText&quot;: &quot;真是一个大神,带我发财了22222555&quot;,
&quot;parentId&quot;: null,
&quot;createdAt&quot;: 1718247659000,
&quot;upvotes&quot;: null,
&quot;voteStatus&quot;: null,
&quot;parentMemberId&quot;: null,
&quot;subComments&quot;: [
{
&quot;id&quot;: 7,
&quot;traderId&quot;: 801379,
&quot;memberId&quot;: 804941,
&quot;commentText&quot;: &quot;对交易员的第三条评论进行评论&quot;,
&quot;parentId&quot;: 3,
&quot;createdAt&quot;: 1718276832000,
&quot;upvotes&quot;: null,
&quot;voteStatus&quot;: null,
&quot;parentMemberId&quot;: 804941,
&quot;subComments&quot;: []
}
]
},
{
&quot;id&quot;: 2,
&quot;traderId&quot;: 801379,
&quot;memberId&quot;: 804941,
&quot;commentText&quot;: &quot;真是一个大神,带我发财了22222&quot;,
&quot;parentId&quot;: null,
&quot;createdAt&quot;: 1718246508000,
&quot;upvotes&quot;: null,
&quot;voteStatus&quot;: null,
&quot;parentMemberId&quot;: null,
&quot;subComments&quot;: [
{
&quot;id&quot;: 10,
&quot;traderId&quot;: 801379,
&quot;memberId&quot;: 804941,
&quot;commentText&quot;: &quot;真是一个大说的空间发&quot;,
&quot;parentId&quot;: 2,
&quot;createdAt&quot;: 1718335322000,
&quot;upvotes&quot;: 0,
&quot;voteStatus&quot;: null,
&quot;parentMemberId&quot;: 804941,
&quot;subComments&quot;: []
}
]
},
{
&quot;id&quot;: 1,
&quot;traderId&quot;: 801379,
&quot;memberId&quot;: 804941,
&quot;commentText&quot;: &quot;真是一个大神,带我发财了&quot;,
&quot;parentId&quot;: null,
&quot;createdAt&quot;: 1718246487000,
&quot;upvotes&quot;: null,
&quot;voteStatus&quot;: null,
&quot;parentMemberId&quot;: null,
&quot;subComments&quot;: [
{
&quot;id&quot;: 5,
&quot;traderId&quot;: 801379,
&quot;memberId&quot;: 804941,
&quot;commentText&quot;: &quot;挺好的啊&quot;,
&quot;parentId&quot;: 1,
&quot;createdAt&quot;: 1718276003000,
&quot;upvotes&quot;: null,
&quot;voteStatus&quot;: null,
&quot;parentMemberId&quot;: null,
&quot;subComments&quot;: [
{
&quot;id&quot;: 8,
&quot;traderId&quot;: 801379,
&quot;memberId&quot;: 804941,
&quot;commentText&quot;: &quot;真是一个22222555&quot;,
&quot;parentId&quot;: 5,
&quot;createdAt&quot;: 1718335190000,
&quot;upvotes&quot;: null,
&quot;voteStatus&quot;: null,
&quot;parentMemberId&quot;: 804941,
&quot;subComments&quot;: []
},
{
&quot;id&quot;: 6,
&quot;traderId&quot;: 801379,
&quot;memberId&quot;: 804941,
&quot;commentText&quot;: &quot;第三层评论,挺好的&quot;,
&quot;parentId&quot;: 5,
&quot;createdAt&quot;: 1718276280000,
&quot;upvotes&quot;: null,
&quot;voteStatus&quot;: null,
&quot;parentMemberId&quot;: null,
&quot;subComments&quot;: []
}
]
}
]
}
],
&quot;code&quot;: 0,
&quot;message&quot;: &quot;success&quot;,
&quot;totalPage&quot;: &quot;1&quot;,
&quot;totalElement&quot;: &quot;3&quot;
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>