From cd08b893f5559a66c05874560d2363c11bf20a28 Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Sat, 9 Apr 2022 10:55:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E7=BD=91=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index ace2f82..9a121d1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -47,7 +47,7 @@ ### 调用示例 ```shell -$ curl -X GET https://requestcounter.herokuapp.com/api/overall?limit=20 +$ curl -X GET https://requestcounter.herokuapp.com/api/overall/?limit=20 ``` ```json @@ -80,7 +80,7 @@ $ curl -X GET https://requestcounter.herokuapp.com/api/overall?limit=20 ### 调用示例 ```shell -$ curl -X GET https://requestcounter.herokuapp.com/api/query?name=main&nochange=1 +$ curl -X GET https://requestcounter.herokuapp.com/api/query/?name=main&nochange=1 ``` ```json @@ -102,7 +102,7 @@ $ curl -X GET https://requestcounter.herokuapp.com/api/query?name=main&nochange= ### 调用示例 ```shell -$ curl -X GET https://requestcounter.herokuapp.com/api/theme?name=lewd +$ curl -X GET https://requestcounter.herokuapp.com/api/theme/?name=lewd ``` ```json @@ -128,7 +128,7 @@ $ curl -X GET https://requestcounter.herokuapp.com/api/theme?name=lewd > 无参数 ```shell -$ curl -X GET https://requestcounter.herokuapp.com/api/alltables +$ curl -X GET https://requestcounter.herokuapp.com/api/alltables/ ``` ```json