From 250be1675a92c740766901258f03b6182e3b20bb Mon Sep 17 00:00:00 2001 From: Xwite <82232510+Xwite@users.noreply.github.com> Date: Mon, 27 Mar 2023 08:43:57 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E4=B9=A6=E7=B1=8Dapi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/api.md b/api.md index a6eea3ca3..3060d9b25 100644 --- a/api.md +++ b/api.md @@ -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] } ``` #### 插入书籍