Update api.md

This commit is contained in:
Xwite 2023-03-27 07:57:24 +08:00 committed by GitHub
parent 82bef81172
commit 485425ea4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
api.md
View File

@ -99,9 +99,9 @@ Body = { rule: [ReplaceRule], text: [String] }
#### 搜索在线书籍 #### 搜索在线书籍
``` ```
URL = http://127.0.0.1:1234/searchBooks URL = http://127.0.0.1:1234/searchBook
Method = POST Method = POST
Body = { key: [String] } Body = { key: [String], page: [Number] }
``` ```
#### 插入书籍 #### 插入书籍