docs: 添加搜索在线书籍api

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

5
api.md
View File

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