From 5acb84f9727a5bf5793ac6f3c1b4664f91562250 Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Mon, 28 Feb 2022 21:20:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/docs/README.md b/docs/README.md index d633ce2..4695c16 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,18 +22,10 @@ # 基本信息 - Python版本: `3.10.x` - 请求方法: `GET` `POST` -- 请求地址: `/get` -- 必选参数: `name` : `str` - - 可选参数: `length` : `int` - - 可选参数: `theme` : `str` - +- 请求地址: `/get/` +- 你需要在 `/get/` 后加入你需要使用的名称来进行统计 +- 可选参数: `theme` `length` -# 额外接口 -## 获取日志 -* 访问`/extra/log`来获取一个`*.tar.gz`的压缩包里面包含了`./bin/log`内所有的日志文件 - -## 导出当前计数数据库文件 -* 访问`/extra/db`来获取`count.db`, 源文件位置: `./bin/db/count.db` ## 获取主题数据库文件 * 此接口没有在本项目中, 该仓库为私人仓库暂不开源