新增:合并请求评论新增path参数筛选以及去掉分页最多返回200数据

This commit is contained in:
2022-08-09 09:48:02 +08:00
parent b8be0c23cb
commit 4b05838498
5 changed files with 13 additions and 3 deletions

View File

@@ -14769,6 +14769,13 @@ http://localhost:3000/api/v1/yystopf/ceshi/pulls/1/reviews.json
<td>父评论ID</td>
</tr>
<tr>
<td>path</td>
<td></td>
<td></td>
<td>string</td>
<td>评论文件路径</td>
</tr>
<tr>
<td>sort_by</td>
<td></td>
<td>created_on</td>