From bc42d1d4f7e57123c1691703bf8c9b1ffd3464ab Mon Sep 17 00:00:00 2001 From: matresnan <1358168412@qq.com> Date: Thu, 21 Aug 2025 20:42:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=89=80=E6=9C=89token=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E7=9A=84API=E7=AB=AF=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加新API端点以获取项目的所有token信息。 --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a3c5c33..0928f4e 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ | 方法 | doc | 请求字段 | |----------|----------------|-------------------| | /create | 根据项目、设备生成token | project、device_id | -| /verify | 验证token有效性 | token | -| /info | 查询token信息 | token | -| /reset | 更新token状态 | token、enable | -| /renewal | token续期 | token、days | -| /project | 获取项目列表 | | +| /verify | 验证token有效性 | token | +| /info | 查询token信息 | token | +| /reset | 更新token状态 | token、enable | +| /renewal | token续期 | token、days | +| /project | 获取项目列表 | | +| /all | 获取项目所有token信息 | project |