新增: 合并请求评论查询is_full

This commit is contained in:
2022-08-11 15:21:11 +08:00
parent bdddd655bf
commit 13472b2311
4 changed files with 19 additions and 6 deletions

View File

@@ -14776,6 +14776,13 @@ http://localhost:3000/api/v1/yystopf/ceshi/pulls/1/reviews.json
<td>评论文件路径</td>
</tr>
<tr>
<td>is_full</td>
<td></td>
<td></td>
<td>bool</td>
<td>是否展示全部评论(包括回复)</td>
</tr>
<tr>
<td>sort_by</td>
<td></td>
<td>created_on</td>