fc


跟帖留言(兼职)

<h5>接口说明</h5> <p>跟帖留言(兼职)</p> <h5>请求URL</h5> <ul> <li><code>{{url_prefix}}/api/v1/circle/hitsPartTimeJob</code></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;">uuid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>当前圈子的标识</td> </tr> <tr> <td style="text-align: left;">message</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>消息内容</td> </tr> <tr> <td style="text-align: left;">parentId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Integer</td> <td>回复的用户的ID号为多少,parent_id就为多少</td> </tr> <tr> <td style="text-align: left;">grandId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Integer</td> <td>当前顶级留言的主键id为多少,grandId就为多少</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code>{ &amp;quot;uuid&amp;quot;:&amp;quot;cd9ead5e-3b60-4eea-ab93-a3b5243f8c3c&amp;quot;, &amp;quot;message&amp;quot;:&amp;quot;在的11&amp;quot;, &amp;quot;parentId&amp;quot;:572, &amp;quot;grandId&amp;quot;:572 }</code></pre> <p>&lt;br/&gt;</p> <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> </tbody> </table> <h5>响应示例</h5> <pre><code>// 评论成功 { &amp;quot;message&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;data&amp;quot;: null, &amp;quot;status&amp;quot;: &amp;quot;200&amp;quot; } // 留言失败 { &amp;quot;message&amp;quot;: &amp;quot;不能给自己留言&amp;quot;, &amp;quot;data&amp;quot;: 500, &amp;quot;status&amp;quot;: &amp;quot;500&amp;quot; }</code></pre>

页面列表

ITEM_HTML