1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-13 20:21:38 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

登录页样式美化;暂时隐藏前端用户注销账号功能;更新api文档

This commit is contained in:
2022-04-30 22:29:08 +08:00
parent e9a02e905f
commit 4ae54d255c
15 changed files with 50 additions and 24 deletions

View File

@@ -1484,7 +1484,7 @@ GET /api/file/getFileByBookId
|===
|类型|名称|说明|类型
|**Query**|**bookId** +
__可选__|bookId|integer (int32)
__必填__|bookId|integer (int32)
|===
@@ -1509,7 +1509,7 @@ __可选__|bookId|integer (int32)
====== 请求 path
----
/api/file/getFileByBookId
/api/file/getFileByBookId?bookId=0
----

View File

@@ -4474,7 +4474,7 @@ table.CodeRay td.code>pre{padding:0}
</div></div></td>
<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
<p><strong>bookId</strong><br>
<em>可选</em></p>
<em>必填</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
<p>bookId</p>
@@ -4565,7 +4565,7 @@ table.CodeRay td.code>pre{padding:0}
<h6 id="_请求_path_21">请求 path</h6>
<div class="listingblock">
<div class="content">
<pre>/api/file/getFileByBookId</pre>
<pre>/api/file/getFileByBookId?bookId=0</pre>
</div>
</div>
</div>
@@ -7270,7 +7270,7 @@ table.CodeRay td.code>pre{padding:0}
</div>
<div id="footer">
<div id="footer-text">
Last updated 2022-04-23 22:13:02 SGT
Last updated 2022-04-29 17:55:55 CST
</div>
</div>
</body>