diff --git a/app/templates/index.html b/app/templates/index.html index 4c9ac6e..9d50ec9 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -60,8 +60,6 @@ fast_test_example_svg fast_test_example_svg fast_test_example_svg - -
diff --git a/docs/README.md b/docs/README.md index fd7754a..b8318d0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -63,7 +63,7 @@ $ curl -L -X https://requestcounter.herokuapp.com/count/main/ ### 调用示例 ```shell -$ curl -L -X GET https://requestcounter.herokuapp.com/api/v1/overall/?limit=20&key= +$ curl -L -X GET https://requestcounter.herokuapp.com/api/v1/overall/?limit=20 ``` ```json @@ -98,7 +98,7 @@ $ curl -L -X GET https://requestcounter.herokuapp.com/api/v1/overall/?limit=20&k ### 调用示例 ```shell -$ curl -L -X GET https://requestcounter.herokuapp.com/api/v1/query/?name=main&nochange=1&key= +$ curl -L -X GET https://requestcounter.herokuapp.com/api/v1/query/?name=main&nochange=1 ``` ```json @@ -121,7 +121,7 @@ $ curl -L -X GET https://requestcounter.herokuapp.com/api/v1/query/?name=main&no ### 调用示例 ```shell -$ curl -L -X GET https://requestcounter.herokuapp.com/api/v1/theme/?name=lewd&key= +$ curl -L -X GET https://requestcounter.herokuapp.com/api/v1/theme/?name=lewd ``` ```json @@ -136,7 +136,7 @@ $ curl -L -X GET https://requestcounter.herokuapp.com/api/v1/theme/?name=lewd&ke "width": 45, "height": 100 }, - ... + ... ] } ``` @@ -148,7 +148,7 @@ $ curl -L -X GET https://requestcounter.herokuapp.com/api/v1/theme/?name=lewd&ke > 无参数 ```shell -$ curl -L -X GET https://requestcounter.herokuapp.com/api/v1/alltables/&key= +$ curl -L -X GET https://requestcounter.herokuapp.com/api/v1/alltables/ ``` ```json @@ -170,12 +170,12 @@ $ curl -L -X GET https://requestcounter.herokuapp.com/api/v1/alltables/&key= +$ curl -L -X GET https://requestcounter.herokuapp.com/api/v1/export/?key= ``` > 该接口请求成功后返回文件 -## `/test`接口 +## `/test/`接口 > 此接口仅用于测试 只能增加`test-example`名称的计数次数 @@ -184,7 +184,7 @@ $ curl -L -X GET https://requestcounter.herokuapp.com/api/v1/export/&key= ### 调用示例 ```shell -$ curl -L -X GET https://requestcounter.herokuapp.com/api/v1/test +$ curl -L -X GET https://requestcounter.herokuapp.com/api/v1/test/ ``` ```json